Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Parse JS SDK already provides support for the MongoDB $text operator, but not the MongoDB Atlas (hosted MongoDB) specific $search operator, or Atlas Search.
Feature / Enhancement Description
Add support for the MongoDB Atlas $search
operator. Note that this operator is a header operator for multiple sub-operators, such as $regex.
Example Use Case
Search with regex using MongoDB Atlas Search.
Alternatives / Workarounds
Using the MongoDB driver directly via the Parse Server database adapter.