Skip to content

QueryForFuzzySearch

Unofficial

Query for fuzzy search.

Import:

import type { QueryForFuzzySearch } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface QueryForFuzzySearch

Properties

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: