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

    Interface EqualsWildCardExpressionInternal

    '$eqw' operator expression. Tests for an attribute to match a wildcard expression. Allowed wild cards are '*' (any char) and '?' (single char).

    {a: {$eqw: "H*lo"} }
    
    interface EqualsWildCardExpression {
        $eqw: string;
    }
    Index

    Properties

    Properties

    $eqw: string

    The value containing the wild card.