How to search a column in a collection in mongodb with $in which includes an array of elements for search and also caseInsensitive matching of those elements in the column ?
How to search a column in a collection in mongodb with $in which includes
Share
You can use $elemMatch with regular expressions search, e.g. let’s search for “blue” color in the following collection: