Parse-SDK-JS
Parse-SDK-JS copied to clipboard
Add support for MongoDB Atlas `$search` operator
New Feature / Enhancement Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] 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.
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!