Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Runs a query on a single composition and returns matching results.
Runs a query on a single composition and returns matching results.
Required API Key ACLs:
- search
Value parameters
- compositionID
-
Unique Composition ObjectID.
Attributes
Searches for values of a specified facet attribute on the composition's main source's index. - By default, facet values are sorted by decreasing count. You can adjust this with the sortFacetValueBy
parameter. - Searching for facet values doesn't work if you have more than 65 searchable facets and searchable attributes combined.
Searches for values of a specified facet attribute on the composition's main source's index. - By default, facet values are sorted by decreasing count. You can adjust this with the sortFacetValueBy
parameter. - Searching for facet values doesn't work if you have more than 65 searchable facets and searchable attributes combined.
Required API Key ACLs:
- search
Value parameters
- compositionID
-
Unique Composition ObjectID.
- facetName
-
Facet attribute in which to search for values. This attribute must be included in the
attributesForFaceting
index setting with thesearchable()
modifier.