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
8366e4ca8340cd3994c282067804fb047037250f
Nominatim
/
nominatim
/
api
/
search
History
Sarah Hoffmann
8366e4ca83
penalize search with frequent partials
...
Avoid search against frequent partials if we have already looked for the full name equivalents.
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
penalize search with frequent partials
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