'SQL 'like' statement in mongodb
mongodb, mongoose
Solution
MongoDB supports RegularExpressions.
Problem
Is there in MongoDB/mongoose 'like' statement such as in SQL language? The single reason of using is a implementation of full-text searching.
mongodb, mongoose
MongoDB supports RegularExpressions.
Is there in MongoDB/mongoose 'like' statement such as in SQL language? The single reason of using is a implementation of full-text searching.