Condition

algoliasearch.recommend.Condition
case class Condition(pattern: Option[String], anchoring: Option[Anchoring], alternatives: Option[Boolean], context: Option[String])

Condition

Value parameters

alternatives

Whether the pattern matches on plurals, synonyms, and typos.

context

Rule context format: [A-Za-z0-9_-]+).

pattern

Query pattern syntax.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product