File tree 1 file changed +3
-3
lines changed
src/main/scala/algoliasearch/search
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ import algoliasearch.search.Anchoring._
49
49
* parameter. For example, if `context: mobile`, the rule is only triggered when the search request has a matching
50
50
* `ruleContexts: mobile`. A rule context must only contain alphanumeric characters.
51
51
* @param filters
52
- * Filters that trigger the rule. You can add add filters using the syntax `facet:value` so that the rule is
53
- * triggered, when the specific filter is selected. You can use `filters` on its own or combine it with the `pattern`
54
- * parameter .
52
+ * Filters that trigger the rule. You can add filters using the syntax `facet:value` so that the rule is triggered,
53
+ * when the specific filter is selected. You can use `filters` on its own or combine it with the `pattern` parameter.
54
+ * You can't combine multiple filters with `OR` and you can't use numeric filters .
55
55
*/
56
56
case class Condition (
57
57
pattern : Option [String ] = scala.None ,
You can’t perform that action at this time.
0 commit comments