Closed stratiform closed 4 years ago
Add re.escape() to make \ backslashes in search string safe for postgres
Bug was: search terms like "1\TP..." were coming up with null results, because postgres was not escaping the \ backslash character
@stratiform thanks a lot for your contribution. We have released a new version of the plugin to QGIS (2.5.2) with your fix.
No problem @saberraz @erpas ! Thank you for the excellent plugin!
Add re.escape() to make \ backslashes in search string safe for postgres
Bug was: search terms like "1\TP..." were coming up with null results, because postgres was not escaping the \ backslash character