SearchRecommendRulesParams
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 theirenabled
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. Algolia uses
page
andhitsPerPage
to control how search results are displayed (paginated). -hitsPerPage
: sets the number of search results (hits) displayed per page. -page
: specifies the page number of the search results you want to retrieve. Page numbering starts at 0, so the first page ispage=0
, the second ispage=1
, and so on. For example, to display 10 results per page starting from the third page, sethitsPerPage
to 10 andpage
to 2. - maxValuesPerFacet
-
Maximum number of values to return for each facet.
- page
-
Requested page of the API response. Algolia uses
page
andhitsPerPage
to control how search results are displayed (paginated). -hitsPerPage
: sets the number of search results (hits) displayed per page. -page
: specifies the page number of the search results you want to retrieve. Page numbering starts at 0, so the first page ispage=0
, the second ispage=1
, and so on. For example, to display 10 results per page starting from the third page, sethitsPerPage
to 10 andpage
to 2. - query
-
Search query.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any