doableware / djongo

Django and MongoDB database connector
https://www.djongomapper.com
GNU Affero General Public License v3.0
1.86k stars 352 forks source link

LIKE and iLIKE regex escape #620

Closed mosi-kha closed 1 month ago

mosi-kha commented 2 years ago

before using $regex, we must make string regex escape and then use for.

mosi-kha commented 1 year ago

@doableware it's a bugfix, please review and merge it.