Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.36 KB

FacetsSearchRequestContainer.md

File metadata and controls

14 lines (10 loc) · 1.36 KB

FacetsSearchRequestContainer

Properties

Name Type Description Notes
facet_query str A string against which facet results are compared. If the facet result either CONTAINs, STARTSWITH, or is an EXACT match for this value, as specified by facetQueryMatchingMethod, then it is returned [optional]
facet_query_matching_method str The matching method used to filter when 'facetQuery' is used. Defaults to CONTAINS. [optional]
facets list[str] A list of facets (property keys) to return values from found in entities matching 'query'. Examples are 'tags', 'creatorId', etc
limit int The number of results to return. Default 100, Maximum allowed: 1000 [optional]
query list[SearchQuery] A list of queries by which to limit the search results. Entities that match ALL queries in this list constitute a set of 'entity search results'. All facets listed in the 'facets' search parameter of all entities within 'entity search results' are scanned to produce the search results (of facet values). [optional]

[Back to Model list] [Back to API list] [Back to README]