Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
1.20.5
-
None
-
Mac OS Catalina
-
Iteration Blackberry
Description
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.