bguerout/jongo

How to include query with regex to search for value "<name>value" in one of the columns

Closed this issue · 1 comments

Current code looks like this

MongoCursor all = collectionn.find("{REQUEST_XML : {$regex : '.value.'}}")..as(Newtest.class);

this is returning a result which is not matching with mongo chef result

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.