SearchRecommendRulesParams

algoliasearch.recommend.SearchRecommendRulesParams
case class SearchRecommendRulesParams(query: Option[String], context: Option[String], page: Option[Int], hitsPerPage: Option[Int], enabled: Option[Boolean], filters: Option[String], facets: Option[Seq[String]], maxValuesPerFacet: Option[Int])

Recommend rules parameters.

Value parameters

context

Only search for rules with matching context.

enabled

Whether to only show rules where the value of their enabled property matches this parameter. If absent, show all rules, regardless of their enabled property.

facets

Include facets and facet values in the response. Use ['*'] to include all facets.

filters

Filter expression. This only searches for rules matching the filter expression.

hitsPerPage

Maximum number of hits per page.

maxValuesPerFacet

Maximum number of values to return for each facet.

page

Requested page of the API response.

query

Search query.

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