MeiliSearch/datasets/movies/settings.json
2020-03-09 18:45:29 +01:00

12 lines
206 B
JSON

{
"primaryKey": "id",
"searchableAttributes": ["title", "overview"],
"displayedAttributes": [
"id",
"title",
"overview",
"release_date",
"poster"
]
}