Skip to content

Commit

Permalink
feat: add naturalLanguages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant-hem authored and aseure committed Jun 9, 2020
1 parent 1a743a8 commit fca23c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/algolia/objects/Query.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ case class Query(
queryLanguages: Option[Seq[String]] = None,
enableABTest: Option[Boolean] = None,
explain: Option[Seq[String]] = None,
naturalLanguages: Option[Seq[String]] = None,
/* Attributes */
attributesToRetrieve: Option[Seq[String]] = None,
restrictSearchableAttributes: Option[Seq[String]] = None,
Expand Down

0 comments on commit fca23c0

Please sign in to comment.