Skip to content

Commit

Permalink
feat(rules): add filters param to rules condition (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam authored Apr 23, 2021
1 parent 97bb4d4 commit 3a8e81d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/algolia/objects/Rule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ case class Condition(
pattern: String,
anchoring: String,
context: Option[String] = None,
alternatives: Option[Alternatives] = None
alternatives: Option[Alternatives] = None,
filters: Option[String] = None
)

case class Consequence(
Expand Down

0 comments on commit 3a8e81d

Please sign in to comment.