Home > doofinder > QueryIndices > set
QueryIndices.set() method
Set the Indices to use to filter a query.
Signature:
set(value: string | string[]): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| value | string | string[] | A string or an array of strings representing Indices. |
Returns:
void