mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
13 lines
261 B
JSON
13 lines
261 B
JSON
|
{
|
||
|
"attribute_identifier": "id",
|
||
|
"attributes_searchable": ["title", "overview"],
|
||
|
"attributes_displayed": [
|
||
|
"id",
|
||
|
"title",
|
||
|
"overview",
|
||
|
"release_date",
|
||
|
"poster"
|
||
|
],
|
||
|
"attributes_ranked": ["release_date"]
|
||
|
}
|