docs: add documentation for @filterable tag

This commit is contained in:
Wieland Schöbl
2019-09-10 14:47:47 +02:00
parent 87ee92b19b
commit 9ca7870183

View File

@@ -45,5 +45,6 @@ External dependencies can not be covered by the annotations. Documentation about
| `@sortable` | field is sortable if the core schema is used to put data into a database/key-value store | sort method to be used: ducet, price, distance |
| `@text` | string field is interpreted as text | |
| `@validatable` | marks the type as validatable if the core schema is used to put data into a database/key-value store | |
| `@filterable` | non-object/nested field is filterable if the core schema is used to put data into a database/key-value store | |