MeiliSearch/datasets/movies/settings.json

13 lines
261 B
JSON
Raw Normal View History

2020-01-08 14:17:38 +01:00
{
"attribute_identifier": "id",
"attributes_searchable": ["title", "overview"],
"attributes_displayed": [
"id",
"title",
"overview",
"release_date",
"poster"
],
"attributes_ranked": ["release_date"]
}