Skip to content

Meilisearch JS / index / SearchRequestGET

Type Alias: SearchRequestGET ​

SearchRequestGET = Pagination & Query & Omit<Highlight, "attributesToHighlight"> & Omit<Crop, "attributesToCrop"> & object

Defined in: src/types/types.ts:280

Type Declaration ​

attributesToCrop? ​

optional attributesToCrop?: string

attributesToHighlight? ​

optional attributesToHighlight?: string

attributesToRetrieve? ​

optional attributesToRetrieve?: string

attributesToSearchOn? ​

optional attributesToSearchOn?: string | null

distinct? ​

optional distinct?: string

facets? ​

optional facets?: string

filter? ​

optional filter?: string

hybridEmbedder? ​

optional hybridEmbedder?: string

hybridSemanticRatio? ​

optional hybridSemanticRatio?: number

locales? ​

optional locales?: Locale[]

rankingScoreThreshold? ​

optional rankingScoreThreshold?: number

retrieveVectors? ​

optional retrieveVectors?: boolean

showMatchesPosition? ​

optional showMatchesPosition?: boolean

showPerformanceDetails? ​

optional showPerformanceDetails?: boolean

sort? ​

optional sort?: string

vector? ​

optional vector?: string | null