mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-15 01:18:54 +01:00
20 lines
322 B
TOML
20 lines
322 B
TOML
# This schema has been generated ...
|
|
# The order in which the attributes are declared is important,
|
|
# it specify the attribute xxx...
|
|
|
|
identifier = "id"
|
|
|
|
[attributes.id]
|
|
stored = true
|
|
|
|
[attributes.title]
|
|
stored = true
|
|
indexed = true
|
|
|
|
[attributes.description]
|
|
stored = true
|
|
indexed = true
|
|
|
|
[attributes.image]
|
|
stored = true
|