]> git.openstreetmap.org Git - nominatim.git/commit
replace regexp_match with generic op() functions
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Jun 2023 12:41:01 +0000 (14:41 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 1 Jul 2023 16:15:22 +0000 (18:15 +0200)
commit673c3c7a556d90f5168ed815bf775b1eb9b5a532
treeff84a4cc40b4462cfd01ed4a0a45d34268b31425
parent513504140512d17ddbe0769b2ec3887ee16f7e31
replace regexp_match with generic op() functions

Works around a bug in SQLAlchemy where regexp_match creates an
unstable cache key.
nominatim/api/search/db_searches.py