Details
-
Bug
-
Resolution: Unresolved
-
Minor - P4
-
None
-
1.14.6
-
None
-
5
Description
I have a collection in a mongo database that contains a document that looks as follows:
{
|
_id : ObjectId("5a70ce9198145b0628c70665"), |
DeviceId: BinData(3, 'uBUP0V1/RkWYzGT1dS/8Xw==') |
}
|
In compass this shows up as
{
|
_id : ObjectId("5a70ce9198145b0628c70665"), |
DeviceId: Binary('uBUP0V1/RkWYzGT1dS/8Xw==') |
}
|
In compass, I attempt to filter for this information by entering the following
{DeviceId: Binary('uBUP0V1/RkWYzGT1dS/8Xw==')} |
however, no results are returned. I have also tried filtering
{DeviceId: Binary('uBUP0V1/RkWYzGT1dS/8Xw=='), 3} |
I believe there is an issue with specifying searching for BinData of types that are not 0 from compass.
Attachments
Issue Links
- is related to
-
COMPASS-2709 As a Compass user I want to view, search for, create and update UUID and GUID field values
-
- Closed
-
- related to
-
COMPASS-1083 LUUID/NUUID/BinData support for filters
-
- Closed
-