-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: Add regex option u
for unicode support in Parse.Query.matches
for MongoDB
#9867
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
Conversation
🚀 Thanks for opening this pull request! |
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
📝 WalkthroughWalkthroughAllowed $regex Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/Controllers/DatabaseController.js
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (12)
- GitHub Check: PostgreSQL 16, PostGIS 3.5
- GitHub Check: PostgreSQL 17, PostGIS 3.5
- GitHub Check: PostgreSQL 15, PostGIS 3.5
- GitHub Check: PostgreSQL 15, PostGIS 3.3
- GitHub Check: PostgreSQL 15, PostGIS 3.4
- GitHub Check: Node 18
- GitHub Check: Redis Cache
- GitHub Check: Node 20
- GitHub Check: MongoDB 6, ReplicaSet
- GitHub Check: MongoDB 8, ReplicaSet
- GitHub Check: MongoDB 7, ReplicaSet
- GitHub Check: Docker Build
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #9867 +/- ##
==========================================
- Coverage 93.01% 92.99% -0.02%
==========================================
Files 187 187
Lines 15097 15097
Branches 174 174
==========================================
- Hits 14042 14040 -2
- Misses 1043 1045 +2
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
u
for unicode support in Parse.Query.matches
u
for unicode support in Parse.Query.matches
for MongoDB
u
for unicode support in Parse.Query.matches
for MongoDBu
for unicode support to Parse.Query.matches
for MongoDB
u
for unicode support to Parse.Query.matches
for MongoDBu
for unicode support in Parse.Query.matches
for MongoDB
# [8.3.0-alpha.2](8.3.0-alpha.1...8.3.0-alpha.2) (2025-10-03) ### Features * Add regex option `u` for unicode support in `Parse.Query.matches` for MongoDB ([#9867](#9867)) ([7cb962a](7cb962a))
🎉 This change has been released in version 8.3.0-alpha.2 |
Pull Request
Issue
Parse Server doesn't support the unicode regex option.
Approach
Add regex option
u
for unicode support inParse.Query.matches
Summary by CodeRabbit
New Features
Bug Fixes