From 9ca7870183d77f982552baec1c6d5b9b6c775647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Tue, 10 Sep 2019 14:47:47 +0200 Subject: [PATCH] docs: add documentation for @filterable tag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8def2ec..cb122493 100644 --- a/README.md +++ b/README.md @@ -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 | |