Trilium Frontend API
    Preparing search index...

    Interface FilterParams

    interface FilterParams {
        matchAll?: boolean;
        separator?: string;
    }
    Index

    Properties

    matchAll?: boolean
    separator?: string