File tree 1 file changed +4
-3
lines changed
algoliasearch/src/main/java/com/algolia/model/search 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,10 @@ public Condition setFilters(String filters) {
85
85
}
86
86
87
87
/**
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.
91
92
*/
92
93
@ javax .annotation .Nullable
93
94
public String getFilters () {
You can’t perform that action at this time.
0 commit comments