-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for MongoDB Atlas $search
operator
#1989
Comments
Thanks for opening this issue!
|
@mtrezza can I take a look at this issue |
@abdullateef97 Sure, please go ahead. |
Example: Search with Regex Using MongoDB Atlas Search in Parse Example Use Case
Proposal for Parse SDK Enhancement
@mtrezza Please review it once:) |
This feature is not tailored to any specific use case. The
Aggregate is only available via Cloud Code, not via any Parse client SDK, except the Parse JS SDK when used within the Cloud Code environment, since it's leading a double life as component of Parse Server. I do not believe that there is any validation currently on the Parse SDK side, only server side. If that is correct, then the Parse JS SDK shouldn't require any changes. That is all just off the top of my head, I haven't looked into the code. If you find any Parse JS SDK specific changes that may make sense, then let's discuss. I believe we should add support for $searchMeta as well, since they both are related. |
New Feature / Enhancement Checklist
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.
The text was updated successfully, but these errors were encountered: