Uploaded image for project: 'Compass '
  1. Compass
  2. COMPASS-4216

Aggregation Queries give syntax error when escaping some regexes

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.21.0
    • Affects Version/s: 1.20.5
    • Component/s: Aggregation pipeline
    • Labels:
      None
    • Environment:
      Mac OS Catalina
    • Iteration Blackberry

      Try using the following `$match` pipeline stage:

       ```

      {   MetricName: /\|/ }

      ```

       

      Gives the following error:

      ```

      Expected "[" or AggregationStage but "{" found.

      ```

       

      Expected behavior: Compass should allow me to escape my regexes in aggregation. This functionality works fine in basic query mode. I can't find any documentation to indicate that this is an invalid query or why this might be invalid if I have made a mistake.

            Assignee:
            Unassigned Unassigned
            Reporter:
            ksefchik@gmail.com Kirk Sefchik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: