Home > doofinder > QueryFilter > has
QueryFilter.has() method
Check whether there’s a filter for the provided name or not.
Signature:
has(name: string): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | string | Name of the field. |
Returns:
boolean
A boolean value.