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], requestOptions: Option[Seq[Any]])

Rules search parameters.

Value parameters

context

Restricts responses to the specified contextual rule.

enabled

Restricts responses to enabled rules. When not specified (default), all rules are retrieved.

hitsPerPage

Maximum number of hits per page.

page

Requested page (the first page is page 0).

query

Rule object query.

requestOptions

Request options to send with the API call.

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