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 Nov 7, 2024

Support for Binary.createFromHexString in filter

It should be possible to create Binary objects from hex in the filter, like it is supported in the mongo shell already. So far Binary objects can only be created from base64, so a manual conversion from hex to base64 is required. Such as: {field: Binary.createFromHexString("0123456789abcdef")}
  • Attach files