Nominatim/nominatim/api/search
Sarah Hoffmann c41f2fed21 simplify weigh_search() function
Use JSON arrays which can have mixed types and therefore have
a more logical structure than separate arrays. Avoid JSON dicts
because of their verboseness.
2023-12-07 09:31:00 +01:00
..
__init__.py add API functions for search functions 2023-05-24 18:05:43 +02:00
db_search_builder.py skip lookup with full names when there are none 2023-12-01 12:11:58 +01:00
db_search_fields.py simplify weigh_search() function 2023-12-07 09:31:00 +01:00
db_searches.py hide type differences between Postgres and Sqlite in custom types 2023-12-07 09:31:00 +01:00
geocoder.py further restrict stop search criterion 2023-11-29 11:28:54 +01:00
icu_tokenizer.py hide type differences between Postgres and Sqlite in custom types 2023-12-07 09:31:00 +01:00
legacy_tokenizer.py rename use of category as POI search to near_item 2023-11-28 16:27:05 +01:00
query_analyzer_factory.py rerank results by query 2023-09-20 14:52:05 +02:00
query.py rename use of category as POI search to near_item 2023-11-28 16:27:05 +01:00
token_assignment.py rename use of category as POI search to near_item 2023-11-28 16:27:05 +01:00