meilisearch/datasets/movies/settings.json

12 lines
208 B
JSON
Raw Normal View History

2020-01-08 21:17:38 +08:00
{
2020-01-30 01:30:21 +08:00
"identifier": "id",
"searchable_attributes": ["title", "overview"],
"displayed_attributes": [
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
}