Intevation / intelmq-fody-backend

A backend to serve intelmq-cb-mailgen data for the webapp fody.
2 stars 2 forks source link

contactdb: Cleanup ILIKE search patterns #9

Closed bernhardreiter closed 7 years ago

bernhardreiter commented 7 years ago

https://www.postgresql.org/docs/9.5/static/functions-matching.html (and 9.3) has:

a percent sign (%) matches any sequence of zero or more characters

thus https://github.com/Intevation/intelmq-fody-backend/blob/master/contactdb_api/contactdb_api/serve.py#L854 and https://github.com/Intevation/intelmq-fody-backend/blob/master/contactdb_api/contactdb_api/serve.py#L877 can be simplified.