Home > doofinder > QueryIndices
QueryIndices class
Class to easily manage Indices filtering in a query.
Signature:
export declare class QueryIndices
Methods
Method | Modifiers | Description |
---|---|---|
add(value) | Add a value to the set of Indices used to filter. | |
clear() | Clear all values used to filter by Index. | |
dump() | Dump the Indices set as an array of strings. | |
has(value) | Check whether the set of Indices selected contain the provided value. | |
remove(value) | Remove a index from the set of Indices selected. | |
set(value) | Set the Indices to use to filter a query. |