Skip to content

fix(specs): condition cant be numeric filter #4726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion specs/search/paths/rules/common/schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down