Field add(edit) for documents matching query criteria
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.
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
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
Thank you! Now works.
Thank you! Now works.
Replies have been locked on this page!