Core
Framework v2.x
2

getFilterIds() #

Retrieves the list of filter identifiers registered on an index-collection pair.

Arguments #

Copied to clipboard!
getFilterIds(index: string, collection: string): string[];

Arguments Type Description
index
string
Index name
collection
string
Collection name

Return #

The getFilterIds function returns an array of strings, containing the exhaustive list of filter identifiers registered in the provided index-collection pair.