SearchRulesParams

algoliasearch.search.SearchRulesParams
case class SearchRulesParams(query: Option[String], anchoring: Option[Anchoring], context: Option[String], page: Option[Int], hitsPerPage: Option[Int], enabled: Option[Boolean])

Rules search parameters.

Value parameters

context

Only return rules that match the context (exact match).

enabled

If true, return only enabled rules. If false, return only inactive rules. By default, all rules are returned.

hitsPerPage

Maximum number of hits per page.

page

Requested page of the API response.

query

Search query for rules.

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