Nominatim/nominatim/api
Sarah Hoffmann dcdda314e2 further tweak search containing very frequent tokens
Excluding non-rare full names is not really possible because it makes
addresses with street names like 'main st' unsearchable. This tries to
leav all names in but refrain from ordering results by accuracy
when too many results are expected. This means that the DB will simply
get the first n results without any particular order.
2023-08-23 23:04:12 +02:00
..
search further tweak search containing very frequent tokens 2023-08-23 23:04:12 +02:00
v1 fix regression in default setting for details linkedplaces 2023-08-13 16:24:19 +02:00
__init__.py port export function to Python 2023-07-25 21:39:23 +02:00
connection.py cache ICU transliterators and reuse them 2023-08-15 23:08:44 +02:00
core.py older Python versions need a reference to the loop for a lock 2023-07-26 15:17:18 +02:00
localization.py switch details cli command to new Python implementation 2023-02-04 21:22:22 +01:00
logging.py remove debug print 2023-07-22 13:54:23 +02:00
lookup.py fix lookup polygon output 2023-08-08 21:31:25 +02:00
result_formatting.py switch details cli command to new Python implementation 2023-02-04 21:22:22 +01:00
results.py avoid forwarding variables via SQL 2023-07-14 15:27:16 +02:00
reverse.py fix tag name for housename addresses in layer selection 2023-08-19 15:57:33 +02:00
status.py add property cache for API 2023-01-30 09:36:17 +01:00
types.py allow oversized viewboxes again 2023-08-06 17:50:35 +02:00