map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface SuggestExpressionInternal

    '$suggest' operator expression. Tests if an attribute value may be suggested by the given string.

    {a: {$suggest: "term"} }
    
    interface SuggestExpression {
        $suggest: string;
    }
    Index

    Properties

    Properties

    $suggest: string

    Suggest term for an attribute value.