MeiliSearch/datasets/movies/settings.json
2020-02-11 15:27:54 +01:00

12 lines
218 B
JSON

{
"attribute_identifier": "id",
"attributes_searchable": ["title", "overview"],
"attributes_displayed": [
"id",
"title",
"overview",
"release_date",
"poster"
]
}