QueryForFuzzySearch
Unofficial
Query for fuzzy search.
Import:
import type { QueryForFuzzySearch } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface QueryForFuzzySearchProperties
| Property | Type | Description | |
|---|---|---|---|
| fuzzy | string[] | The fuzzy tokens of the query. | |
| query | string | The query string. | |
| tokens | string[] | The tokens of the query. |
Links to this page: