Skip to content

Commit 369c142

Browse files
kai687millotp
andauthored
fix(specs): condition cant be numeric filter (#4726)
Co-authored-by: Pierre Millot <[email protected]>
1 parent 7556c8e commit 369c142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/search/paths/rules/common/schemas.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ condition:
6161
description: |
6262
Filters that trigger the rule.
6363
64-
You can add add filters using the syntax `facet:value` so that the rule is triggered, when the specific filter is selected.
64+
You can add filters using the syntax `facet:value` so that the rule is triggered, when the specific filter is selected.
6565
You can use `filters` on its own or combine it with the `pattern` parameter.
66+
You can't combine multiple filters with `OR` and you can't use numeric filters.
6667
example: 'genre:comedy'
6768

6869
anchoring:

0 commit comments

Comments
 (0)