@metreeca/qest - v0.10.0
    Preparing search index...

    Type Alias Binding

    Binding: `${Identifier}=${Expression}`

    Named computed expression.

    Property key for Projection fields that assigns a result name to a computed Expression, in the {name}={expression} form. A Projection key always carries the =, keeping the binding key space disjoint from the plain Identifier keys of a Template (see Projection).

    const projection: Projection = {
    "name=name": "", // property binding
    "vendorName=vendor.name": "", // path binding
    "releaseYear=year:releaseDate": 0 // transform binding
    };
    • Projection for the field map that uses bindings as keys
    • Expression for the computed-field syntax bindings can carry