From 4fb06041511c756411ae34a7a95e17e052d9ae2a Mon Sep 17 00:00:00 2001 From: Kai Welke Date: Wed, 9 Apr 2025 09:43:59 +0200 Subject: [PATCH] fix(specs): condition cant be numeric filter --- specs/search/paths/rules/common/schemas.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/search/paths/rules/common/schemas.yml b/specs/search/paths/rules/common/schemas.yml index 9e0465a6ed..938c67c07a 100644 --- a/specs/search/paths/rules/common/schemas.yml +++ b/specs/search/paths/rules/common/schemas.yml @@ -61,8 +61,9 @@ condition: description: | Filters that trigger the rule. - You can add add filters using the syntax `facet:value` so that the rule is triggered, when the specific filter is selected. + You can add filters using the syntax `facet:value` so that the rule is triggered, when the specific filter is selected. You can use `filters` on its own or combine it with the `pattern` parameter. + You can't combine multiple filters with `OR` and you can't use numeric filters. example: 'genre:comedy' anchoring: