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 Atlas Search
Created by Guest
Created on Jan 9, 2023

Atlas Search vs find/match

Atlas Search is currently quite rigid and is not as awesome as find/match. find/match supports a variety of operators that allow looking up documents in numerous ways and is meeting our requirements to be able to query using filters such as: in, nin, eq, neq, gte, lte, all, any, gt, lt, size These operators work with find/match for any and all data types including arrays. With arrays, find/match even does an exact match comparison which is one of our requirements. It would be great if we can combine the speed of Atlas Search with find/match features