Parse-SDK-JS icon indicating copy to clipboard operation
Parse-SDK-JS copied to clipboard

Add support for MongoDB Atlas `$search` operator

Open mtrezza opened this issue 2 years ago • 5 comments

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.

mtrezza avatar Aug 08 '23 11:08 mtrezza

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!