SearchUserIdsParams

algoliasearch.search.SearchUserIdsParams
case class SearchUserIdsParams(query: String, clusterName: Option[String], page: Option[Int], hitsPerPage: Option[Int])

OK

Value parameters

clusterName

Cluster name.

hitsPerPage

Number of hits per page.

page

Page to retrieve (the first page is 0, not 1).

query

Query to search. The search is a prefix search with typo tolerance enabled. An empty query will retrieve all users.

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