Enabling LUUID, NUUID in filters
With https://jira.mongodb.org/browse/COMPASS-1083, support was added for the UUID in filters and expressions, as well as the bindata type. It would be very useful to also have direct support for NUUID and LUUID identifiers in filters, so that you don't have to do manual conversion before querying such data.
An example query could be {uuid: NUUID('e6e71462-a5a6-4348-b4b5-22d4763462d1')}
15
votes
Jacob
shared this idea
-
Tomáš commented
This is the reason why I use Robo 3T where is JUUID out of box. I add these JUUID function into mongo shell but it still does not work in Compass.
-
Kody commented
+ JUUID, other GUI interfaces allow driver-specific encoding which help us maintain our standard workflow w/o having to translate to bindata