-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: 3.4.10
-
Component/s: None
-
None
-
ALL
-
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Currently the filter part of MongoDB Compass has wrong definition.
In order to filter anything we need to pass key and value of items in collections.
Received result is:
{field:'value'}Expected result is following:
{key:'value'}It is confusing and could be misinterpreted.