]> git.openstreetmap.org Git - nominatim.git/commit
Index placex(class,type) for the SQLite category search
authorItz-Agasta <rupamgolui69@gmail.com>
Thu, 9 Jul 2026 06:19:32 +0000 (11:49 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Thu, 30 Jul 2026 07:19:27 +0000 (12:49 +0530)
commit116dfef6b360595e08a0aa971946d3f45abdedd0
treee738731a5accb93a83ae68730dbc9e5d6d46be5c
parentf2376580397170855a3aaf8bb64399bc87e7fa2f
Index placex(class,type) for the SQLite category search

SQLite has no ltree, so category search matches on class/type there and
needs a matching composite index.
src/nominatim_db/tools/convert_sqlite.py