Home > doofinder > RawSearchResponse

RawSearchResponse interface

Represents the search response with no processing.

Signature:

export interface RawSearchResponse extends Omit<SearchResponse, 'facets' | '_rawFacets'> 

Properties

Property Type Description
facets Record<string, RawFacet>