schapman1974 / tinymongo

A simple wrapper to make a flat file drop in raplacement for mongodb out of TinyDB
MIT License
201 stars 32 forks source link

added 'ugly' support for mongoDB '$regex' query condition #31

Closed jogam closed 7 years ago

jogam commented 7 years ago

flask_admin.contrib.pymongo.filters.FilterLike appends '$regex' with unicoded/re.escape'd regular expression/search term. This commit would work for me, improvements welcome :)