'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.

Original source

Related problems