IQuery
IQuery is the fundamental unit used to execute a search. By composing
Filter
's and IPredicate
s, we can express very complex queries
The Hub Search Guide contains many examples.
Properties
Property | Type | Notes |
---|---|---|
IFilter[] |
Filters that make up the query |
|
EntityType |
What entity is this query targeting. This is used internally to ensure we query the correct API |
|
Optional | WellKnownCollection |
An id for a well known collection that the query should use. |
Optional | Record<stringany> |
Additional properties. Useful for groupMember queries where we need to send in the groupId to construct the url |
Interface defined in common/src/search/types/IHubCatalog.ts:120