Hi, I am attempting to query a data base to find a record(s) where the string field jobnum contains 130233 the query looks like { "jobnum" : {"$in":['130233']}} when I attempt the query I get a success shown but no data is returned. The record I am wishing to return is 130233:1Del. Is my query incorrect?
Regards,
Joe