Interface RawSearchResult<T>

Type Parameters

  • T

Hierarchy

  • RawSearchResult

Properties

count: number

Note, this is the total number of results found, not the total number of results returned (which is affected by limit and row parameters used in the input). *

facets: any

DEPRECATED in v2.10. Aggregated information about facet counts. *

results: T

ordered list of object matching the query, where the ordering defined by the sort parameter used in the query. *

search_facets: any

Each entry of the outer dict is itself a dict, with a “title” key, and an “items” key. The “items” key’s value is a list of dicts, each with “count”, “display_name” and “name” entries. The display_name is a form of the name that can be used in titles. *

sort: string

Generated using TypeDoc