MeiliSearch/datasets/movies/settings.json

11 lines
182 B
JSON

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