Automattic / Automattic/mongo-query
Add $regexp custom $options support
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 65
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
With optional support for [XRegExp](http://xregexp.com/) to support additional modes supported by MongoDB:
- `x`
- `s`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the $regexp query handling and the optional XRegExp integration point; the issue identifies x and s as the additional modes to investigate. Done means custom $options support covers both modes while preserving existing regular-expression behavior, with the relevant test coverage updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100