We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f755a5d commit 9d55d2eCopy full SHA for 9d55d2e
src/Controllers/DatabaseController.js
@@ -111,7 +111,7 @@ const validateQuery = (
111
Object.keys(query).forEach(key => {
112
if (query && query[key] && query[key].$regex) {
113
if (typeof query[key].$options === 'string') {
114
- if (!query[key].$options.match(/^[imxs]+$/)) {
+ if (!query[key].$options.match(/^[imxsu]+$/)) {
115
throw new Parse.Error(
116
Parse.Error.INVALID_QUERY,
117
`Bad $options value for query: ${query[key].$options}`
0 commit comments