Home > doofinder > QueryIndices > has

QueryIndices.has() method

Check whether the set of Indices selected contain the provided value.

Signature:

has(value: string): boolean;

Parameters

Parameter Type Description
value string A index name.

Returns:

boolean

A boolean value.