Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Compass
Created by Guest
Created on Aug 20, 2020

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')}
  • Attach files
  • Guest
    Jan 26, 2021
    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.
  • Guest
    Nov 4, 2020
    + JUUID, other GUI interfaces allow driver-specific encoding which help us maintain our standard workflow w/o having to translate to bindata