@coveo/headless
    Preparing search index...

    Interface OtherTerm

    interface OtherTerm {
        endTerm: string;
        maxKeywordsBetween: number;
    }
    Index

    Properties

    endTerm: string

    The term to check against the reference term.

    maxKeywordsBetween: number

    The maximum number of keywords that should exist between the current term and the reference term.