Field add(edit) for documents matching query criteria

Dmitry D. shared this problem 20 days ago
Solved

Nothing happens in the Field → Add (Edit Value) dialog,
when Add this field to includes Documents matching query criteria and
query is formatted as 2 and 3 (regex)

1 db.journals.find({"anyfield":"test"})
2 db.journals.find({"anyfield":/test/})
3 db.journals.find({"anyfield":{"$regex":"test","$options":"i"}})

Filter in the generated code is empty.

Replies (2)

photo
1

We have worked out a new test build to resolve this issue, please try

Windows:

http://s3.nosqlbooster.com/download/releasesv9/nosqlbooster4mongo-9.0.6-beta.1.exe

photo
1

Thank you! Now works.

Leave a Comment
 
Attach a file