prorm API Reference
    Preparing search index...

    Interface FullTextMatchOptions

    interface FullTextMatchOptions {
        mode?: FullTextMatchMode | FullTextSearchMode;
        config?: string;
    }
    Index
    mode?: FullTextMatchMode | FullTextSearchMode

    Search mode. Defaults to 'natural'. Accepts either the string-literal union ('natural' | 'boolean' | 'phrase') or the companion FullTextSearchMode enum.

    config?: string

    Text search configuration/language for dialects that use one (currently Postgres/CockroachDB to_tsvector/plainto_tsquery/ websearch_to_tsquery). Defaults to 'english'.