Skip to content

QueryForFuzzySearch

Unofficial

Query for fuzzy search.

Import:

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

Signature:

export interface QueryForFuzzySearch

Properties

PropertyTypeDescription
fuzzystring[]The fuzzy tokens of the query.
querystringThe query string.
tokensstring[]The tokens of the query.

Links to this page: