Pegase745 / sqlalchemy-datatables

SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)
MIT License
159 stars 67 forks source link

regex use case: with yadcf exact match select filters regex is garbled #54

Closed louking closed 7 years ago

louking commented 8 years ago

When using https://github.com/vedmack/yadcf select filter filter_match_mode = 'exact', clean_regex is escaping the beginning and ending anchors, as well as outside parenthesis within those anchors. This causes the filter not to work.

Pull request is pending, want to soak test some before release. Still have no way to write unit tests for these because of mysql requirement.

tdamsma commented 7 years ago

closing this as it doesn't apply to the latest version