-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If a :control was used inside an Array to match data, it only worked properly if only one element was checked in the Array or the checked item would not be an nested more complex Object. A matching like this would not fail even if the "url" started with "http". [ { "_id": 1, "versions": { "preview": { "url:control": { "match": "^henk" } } } }, { "_id": 2 }, { "_id": 3 } ] This patch fixed also the "is_number" comparison which showed buggy after the first fix.
- Loading branch information
1 parent
4fea76c
commit 0bddaa3
Showing
3 changed files
with
803 additions
and
817 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.