meilisearch/datasets/movies/settings.json

11 lines
182 B
JSON
Raw Normal View History

2020-01-08 21:17:38 +08:00
{
2020-02-11 22:16:02 +08:00
"searchableAttributes": ["title", "overview"],
"displayedAttributes": [
2020-01-08 21:17:38 +08:00
"id",
"title",
"overview",
"release_date",
"poster"
2020-01-14 02:10:58 +08:00
]
2020-01-08 21:17:38 +08:00
}