]> git.openstreetmap.org Git - nominatim.git/commit
Made the limit configurable with an optional argument, updating the testing as well...
authoranqixxx <anqix2002@gmail.com>
Mon, 14 Apr 2025 17:21:07 +0000 (10:21 -0700)
committeranqixxx <anqix2002@gmail.com>
Wed, 21 May 2025 17:38:34 +0000 (10:38 -0700)
commit3f51cb3fd1e5ebf0f3cf646d0142aebe0d33716a
tree0334e4136ec0d86816a418a01c18f0538fd090bd
parent59a947c5f5ae8a3e588158aab1730ae8377ab77e
Made the limit configurable with an optional argument, updating the testing as well to reflect this. default is now 0, meaning that it will return everything that occurs more than once. Removed mock database test, and got rid of fetch all. Rebased all tests to monkeypatch
src/nominatim_db/tools/special_phrases/sp_importer.py
test/python/tools/test_sp_importer.py