Skip to content

Commit ad3e10a

Browse files
algolia-botkai687millotp
committed
fix(specs): condition cant be numeric filter (generated)
algolia/api-clients-automation#4726 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 724193a commit ad3e10a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

algoliasearch/src/main/java/com/algolia/model/search/Condition.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ public Condition setFilters(String filters) {
8585
}
8686

8787
/**
88-
* Filters that trigger the rule. You can add add filters using the syntax `facet:value` so that
89-
* the rule is triggered, when the specific filter is selected. You can use `filters` on its own
90-
* or combine it with the `pattern` parameter.
88+
* Filters that trigger the rule. You can add filters using the syntax `facet:value` so that the
89+
* rule is triggered, when the specific filter is selected. You can use `filters` on its own or
90+
* combine it with the `pattern` parameter. You can't combine multiple filters with `OR` and you
91+
* can't use numeric filters.
9192
*/
9293
@javax.annotation.Nullable
9394
public String getFilters() {

0 commit comments

Comments
 (0)