Pint
This commit is contained in:
@@ -143,18 +143,18 @@ return [
|
||||
'key' => env('MEILISEARCH_KEY'),
|
||||
'index-settings' => [
|
||||
Episode::class => [
|
||||
'filterableAttributes' => [
|
||||
'title',
|
||||
'filterableAttributes' => [
|
||||
'title',
|
||||
'title_search',
|
||||
'title_jpn',
|
||||
'slug',
|
||||
'description',
|
||||
'tags'
|
||||
'slug',
|
||||
'description',
|
||||
'tags',
|
||||
],
|
||||
'sortableAttributes' => [
|
||||
'created_at',
|
||||
'sortableAttributes' => [
|
||||
'created_at',
|
||||
'release_date',
|
||||
'title'
|
||||
'title',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user