-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: 1.25.0, 1.26.0
-
Component/s: Schema
-
None
-
Environment:mac, windows
-
3
-
Not Needed
Steps to Reproduce
See attached gif:
- Open collection with documents containing field with int32 data type
- Go to Schema tab
- Write some query to get only one record in results (you can just set limit:1)
- click Analyse
--> check that query returned 1 record only - Click the value for int32 field on the displayed charts to filter by it
Expected Results
Filter bar is filled in with correct data if click the ui elements to filter data
Actual Results
Query bar is filled in with following value: _
{<field name>: NumberInt
. If click Reset _button it :
- doesn't clears the query bar
- doesn't return all documents and still showing 1
Additional Notes
Works fine for other data types such as string, double, long, decimal
- duplicates
-
COMPASS-4210 Creating a query by clicking on a number in the schema analyzer fails
- Closed