test to recreate issue with find query containing "$or" and "$regex"#3861
Closed
pete-hotchkiss wants to merge 2 commits intopubkey:masterfrom
Closed
test to recreate issue with find query containing "$or" and "$regex"#3861pete-hotchkiss wants to merge 2 commits intopubkey:masterfrom
find query containing "$or" and "$regex"#3861pete-hotchkiss wants to merge 2 commits intopubkey:masterfrom
Conversation
Owner
|
Related apache/pouchdb#8491 and apache/pouchdb#8493 Notice that I will not touch things that should be fixed in the PouchDB repo. If you find a way how RxDB can workaround that problem, you could make a PR with that, otherwise I think you can close this PR. |
Author
|
indeed - not clear when the fix thats awaiting review is likely to make it into a release. I'll monitor in the mean time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains:
Bug with querying database collections
Describe the problem you have without this PR
Since upgrading to
12.5.3from11.6.0- when trying to query a collection using both$orand$regexelements something is barfing meaning code will exit with an errorTypeError: userValue.every is not a functionI've also created a standalone repos that shows this error that if run with the pouchdb deb mode on outputs the following to the console
Repos URL if you want it - https://github.com/pete-hotchkiss/rxdb-or-regex-example