You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get no results, but if I executed the same query directly in mongodb I get lots of matched records, is $regex working in this lib?
The result that i get is always empty, but it should not be the case, either I should get all the brands or the brands that match the filter and yes I do have lots of documents in brand collection which match the search criteria.
The text was updated successfully, but these errors were encountered:
I am not sure what I am doing wrong but this below query is not working, can you help?
I get no results, but if I executed the same query directly in mongodb I get lots of matched records, is $regex working in this lib?
The result that i get is always empty, but it should not be the case, either I should get all the brands or the brands that match the filter and yes I do have lots of documents in brand collection which match the search criteria.
The text was updated successfully, but these errors were encountered: