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

    Function decodeCriterion

    • Decodes a Query key string into a criterion.

      Parses a Query key string into its structural Criterion components, distinguishing projection keys from constraint keys based on the presence of an Operator prefix.

      Parameters

      • key: string

        The query key string to decode

      Returns Criterion

      The parsed criterion