MeiliSearch/examples/schema-example.toml
2018-12-31 20:44:33 +01:00

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