Skip to content
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

Open
3 tasks done
mtrezza opened this issue Aug 8, 2023 · 1 comment
Open
3 tasks done

Add support for MongoDB Atlas $search operator #1989

mtrezza opened this issue Aug 8, 2023 · 1 comment
Labels
bounty:$100 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Aug 8, 2023

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.

@parse-github-assistant
Copy link

parse-github-assistant bot commented Aug 8, 2023

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$100 Bounty applies for fixing this issue (Parse Bounty Program) bounty:$250 Bounty applies for fixing this issue (Parse Bounty Program) and removed bounty:$100 Bounty applies for fixing this issue (Parse Bounty Program) bounty:$250 Bounty applies for fixing this issue (Parse Bounty Program) labels Aug 8, 2023
@mtrezza mtrezza pinned this issue Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$100 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant