SearchRequestOptions type

Parameters for filtering, sorting, faceting, paging, and other search query behaviors.

type SearchRequestOptions<TModel, TFields> = BaseSearchRequestOptions<
  TModel,
  TFields
> &
  SearchRequestQueryTypeOptions