This website requires JavaScript.
Explore
Help
Sign In
safety-screen
/
Nominatim
Watch
1
Star
0
Fork
0
You've already forked Nominatim
forked from
hans/Nominatim
Code
Pull Requests
Activity
Files
283db76e458c3159888f01e5837ff8db0bfd9780
Nominatim
/
nominatim
/
api
/
search
History
Sarah Hoffmann
283db76e45
avoid splitting of first token when a housenumber is present
...
This only covers the case of <poi name> <street name> <housenumber> which is exceedingly rare.
2023-07-17 16:27:25 +02:00
..
__init__.py
add API functions for search functions
2023-05-24 18:05:43 +02:00
db_search_builder.py
avoid splitting of first token when a housenumber is present
2023-07-17 16:27:25 +02:00
db_search_fields.py
replace CASE construct with plpgsql function
2023-07-01 18:15:22 +02:00
db_searches.py
selected lambdas for search
2023-07-14 15:43:29 +02:00
geocoder.py
fix debug output for searches
2023-06-20 10:12:19 +02:00
icu_tokenizer.py
move text normalization into extra function
2023-06-22 10:48:05 +02:00
legacy_tokenizer.py
remove useless check
2023-06-21 11:56:39 +02:00
query_analyzer_factory.py
add API functions for search functions
2023-05-24 18:05:43 +02:00
query.py
implement search builder
2023-05-23 11:23:44 +02:00
token_assignment.py
avoid splitting of first token when a housenumber is present
2023-07-17 16:27:25 +02:00