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:
@ -5,15 +5,15 @@
|
||||
identifier = "id"
|
||||
|
||||
[attributes.id]
|
||||
stored = true
|
||||
displayed = true
|
||||
|
||||
[attributes.title]
|
||||
stored = true
|
||||
displayed = true
|
||||
indexed = true
|
||||
|
||||
[attributes.description]
|
||||
stored = true
|
||||
displayed = true
|
||||
indexed = true
|
||||
|
||||
[attributes.image]
|
||||
stored = true
|
||||
displayed = true
|
||||
|
Reference in New Issue
Block a user