@coveo/headless-react
    Preparing search index...

    Interface NearExpression

    interface NearExpression {
        negate?: boolean;
        otherTerms: OtherTerm[];
        startTerm: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    negate?: boolean

    If true, the inverse expression will be created.

    otherTerms: OtherTerm[]

    The other terms to check against the reference term. See NEAR for an example.

    startTerm: string

    The reference term.