2018-02-18

MongoDB - Query string match in a "like" manner

db.collection_name( { field_name: /search_string/ } );

No comments:

Post a Comment