@gradientedge/commercetools-utils
    Preparing search index...

    Interface SearchKeyword

    interface SearchKeyword {
        suggestTokenizer?: SuggestTokenizer;
        text: string;
    }
    Index

    Properties

    suggestTokenizer?: SuggestTokenizer

    If no tokenizer is defined, the text is used as a single token.

    text: string

    Text to return in the SuggestionResult.