@coveo/headless
    Preparing search index...

    Interface SuggestionHighlightingOptions

    interface SuggestionHighlightingOptions {
        correctionDelimiters?: Delimiters;
        exactMatchDelimiters?: Delimiters;
        notMatchDelimiters?: Delimiters;
    }
    Index

    Properties

    correctionDelimiters?: Delimiters

    Delimiters for substrings that are correction of the input

    exactMatchDelimiters?: Delimiters

    Delimiters for substrings that are exact match of the input

    notMatchDelimiters?: Delimiters

    Delimiters for substrings that do not match the input