2020-04-13

MongoDB - Starts with string search

db.collection_name.find({ "field_name" : /^string_here/ });

No comments:

Post a Comment