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

    Function encodeProbe

    • Encodes a probe as a key string.

      Serialises a parsed Probe back into its compact string representation suitable for use as a Projection or Selection key.

      Parameters

      • probe: Probe

        The probe to encode

      Returns string

      The encoded key string

      encodeProbe({ target: ">=", pipe: ["year"], path: ["releaseDate"] });
      // → '>=year:releaseDate'