add datatbles for invoices, add pdf icon, refactor icons components, add autocomplete on search, adapt searching to meilisearch

This commit is contained in:
ludo
2024-02-04 02:51:38 +01:00
parent 5c20e6d5d0
commit 6c88e43b74
39 changed files with 503 additions and 211 deletions

View File

@@ -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'],
],
],
],