@timlassiter11/yatl
    Preparing search index...

    Interface QueryToken

    A single query token derived from a larger string

    interface QueryToken {
        quoted: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    quoted: boolean

    If the token should be treated as quoted. Quoted tokens are searched for exactly, no partial matches.

    value: string

    The value to use for the token