File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/scala/algoliasearch/search Expand file tree Collapse file tree 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._
4949 * parameter. For example, if `context: mobile`, the rule is only triggered when the search request has a matching
5050 * `ruleContexts: mobile`. A rule context must only contain alphanumeric characters.
5151 * @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 .
5555 */
5656case class Condition (
5757 pattern : Option [String ] = scala.None ,
You can’t perform that action at this time.
0 commit comments