]> git.openstreetmap.org Git - nominatim.git/commit
make get_addressdata calls cachable
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 6 Jul 2023 08:54:56 +0000 (10:54 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 6 Jul 2023 10:16:57 +0000 (12:16 +0200)
commite67355ab0ec16aab6e3c878b1f765b36eda5392a
treedb6b05d402eff96e046036cc1a3632983b33c15b
parent9cb9b670d182932851613ac8a08d3a1e7c8ce51f
make get_addressdata calls cachable

VALUEs() is not a cachable construct in SQLAlchemy, so use arrays
instead. Also add a special case for single results, the usual result
for reverse queries.
nominatim/api/results.py
nominatim/db/sqlalchemy_schema.py