Home > doofinder > SearchResponse > filter
SearchResponse.filter property
Filters applied to the search.
Signature:
filter?: {
range: {
[key: string]: RangeFilter;
};
terms: {
[key: string]: string[];
};
geo_distance: GeoDistanceFilter;
[key: string]: Record<string, any>;
};