mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
22 lines
375 B
TOML
22 lines
375 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]
|
||
|
displayed = true
|
||
|
|
||
|
[attributes.title]
|
||
|
displayed = true
|
||
|
indexed = true
|
||
|
|
||
|
[attributes.overview]
|
||
|
displayed = true
|
||
|
indexed = true
|
||
|
|
||
|
[attributes.release_date]
|
||
|
displayed = true
|
||
|
|
||
|
[attributes.poster]
|
||
|
displayed = true
|