Skip to main content

Searchcriteria

Properties

NameTypeDescriptionNotes
indicesArray<string>A list of indices to search within. Must contain exactly one item, typically "entitlements".[default to undefined]
filters(optional)A map of filters applied to the search. Keys are filter names, and values are filter definitions.[default to undefined]
query(optional) SearchcriteriaQuery[default to undefined]
queryType(optional) stringSpecifies the type of query. Must be "TEXT" if textQuery is used.[default to undefined]
textQuery(optional) SearchcriteriaTextQuery[default to undefined]
includeNested(optional) booleanWhether to include nested objects in the search results.[default to false]
sort(optional) Array<string>Specifies the sorting order for the results.[default to undefined]
searchAfter(optional) Array<string>Used for pagination to fetch results after a specific point.[default to undefined]