searchEntityCatalogs

Function

Given an entity, execute a search on all the catalogs, and their associated with the entity If the entity has no catalogs, an empty array is returned If passed an IQuery, only collections using the same targetEntity will be searched If passed a string, a query will be executed on all collections in all catalogs

Parameters

Parameter Type Default Notes
entity Required HubEntity
query Required string | IQuery

string or IQuery

options Required

IPagingOptions & ISortOptions - only num is used

context Required IArcGISContext

Returns


Function defined in common/src/search/searchEntityCatalogs.ts:24