Problem Statement/Rationale
While using schema viewer and editing a {time: {$gt: ISODate(...), $lt: ISODate(...)}} filter and more specifically reversing the condition by erasing the "l" of $lt I get. the error:
An error occurred while rendering CompassSchemaPlugin: Expected a function
The only way to get back to the schema is to navigate to a different collection.
Steps to Reproduce
Filter data containing time stamps such as:
{ts: \{$gt: ISODate('2023-06-06T12:23:45.123Z'), $lt: ISODate('2023-06-06T12:25:00.000Z')}}
Then click in the filter and backspace over the "L" in $lt
Expected Results
The "L" is deleted allowing a G to be typed
Actual Results
I can a red bar with the error message as shown in the attached screen shot
Additional Notes
Any additional information that may be useful to include.
- related to
-
COMPASS-6980 Schema Analyser converts double space to single space in list of distinct values
- Closed