mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
fix: Change every stored
schema property by displayed
This commit is contained in:
@ -4,18 +4,18 @@
|
||||
identifier = "id"
|
||||
|
||||
[attributes.id]
|
||||
stored = true
|
||||
displayed = true
|
||||
|
||||
[attributes.title]
|
||||
stored = true
|
||||
displayed = true
|
||||
indexed = true
|
||||
|
||||
[attributes.overview]
|
||||
stored = true
|
||||
displayed = true
|
||||
indexed = true
|
||||
|
||||
[attributes.release_date]
|
||||
stored = true
|
||||
displayed = true
|
||||
|
||||
[attributes.poster]
|
||||
stored = true
|
||||
displayed = true
|
||||
|
Reference in New Issue
Block a user