getFilterIds() #
Retrieves the list of filter identifiers registered on an index-collection pair.
Arguments #
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.