add datatbles for invoices, add pdf icon, refactor icons components, add autocomplete on search, adapt searching to meilisearch
This commit is contained in:
@@ -136,8 +136,8 @@ return [
|
||||
'key' => env('MEILISEARCH_KEY', null),
|
||||
'index-settings' => [
|
||||
Article::class => [
|
||||
'filterableAttributes'=> ['id', 'name', 'description'],
|
||||
'sortableAttributes' => ['created_at'],
|
||||
'filterableAttributes'=> ['article_nature_id'],
|
||||
'sortableAttributes' => ['name', 'created_at'],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user