]> git.openstreetmap.org Git - nominatim.git/history - nominatim/api/search
move localization into add_result_details
[nominatim.git] / nominatim / api / search /
2023-09-17 Sarah HoffmannMerge pull request #3201 from lonvia/tweak-expected...
2023-09-11 Sarah Hoffmannreduce expected count for multi-part words
2023-09-05 Sarah HoffmannMerge pull request #3190 from lonvia/fix-internal-serve...
2023-09-05 Sarah Hoffmannrestrict range for interpolated housenumbers
2023-08-30 Sarah Hoffmannremove alias where it does not work with lambdas
2023-08-25 Sarah HoffmannMerge pull request #3172 from lonvia/query-timeout
2023-08-25 Sarah Hoffmannadd additional timeout for entire request
2023-08-24 Sarah Hoffmannapply adjusted counts only to final result
2023-08-24 Sarah HoffmannMerge pull request #3169 from lonvia/tweak-search-with...
2023-08-24 Sarah Hoffmannallow terms with frequent searches together with viewbox
2023-08-23 Sarah HoffmannMerge pull request #3139 from mtmail/update-search...
2023-08-23 Sarah Hoffmannfurther tweak search containing very frequent tokens
2023-08-20 Sarah HoffmannMerge pull request #3159 from lonvia/fix-name-lookup...
2023-08-19 Sarah Hoffmannfix tag name for housename addresses in layer selection
2023-08-16 Sarah HoffmannMerge pull request #3155 from lonvia/caching-of-transli...
2023-08-15 Sarah Hoffmanncache ICU transliterators and reuse them
2023-08-14 Sarah HoffmannMerge pull request #3150 from alfmarcua/allow_neg_id_de...
2023-08-13 Sarah Hoffmannprefer name-only searches more
2023-08-13 Sarah Hoffmannreturn bbox of full country for country searches
2023-08-13 Sarah Hoffmannfix application of label to wrong expression
2023-08-13 Sarah Hoffmannavoid lambda SQL in connection with alias tables
2023-08-12 Sarah Hoffmanndo not use index when searching in large areas
2023-08-12 Sarah Hoffmanntake token_assignment penalty into account
2023-08-12 Sarah Hoffmannfix debug output for NearSearch
2023-08-12 Sarah Hoffmannimprove penalty for token-split words
2023-08-06 Sarah Hoffmannremove lookup by address only
2023-08-02 Sarah Hoffmannremove SQL lambdas with IN expressions
2023-08-02 Sarah Hoffmannonly print non-empty search tables
2023-08-02 Sarah Hoffmanndo not lookup by address vector when only few tokens...
2023-08-01 Sarah HoffmannMerge pull request #3122 from miku0/sanitizer-final
2023-07-31 Sarah HoffmannMerge pull request #3128 from lonvia/fix-classtype...
2023-07-30 Sarah Hoffmannfix query over classtype tables
2023-07-22 Sarah HoffmannMerge pull request #3117 from lonvia/fix-assorted-searc...
2023-07-20 Sarah Hoffmanndisallow special housenumber search with a single frequ...
2023-07-17 Sarah Hoffmanndo not split names from typed phrases
2023-07-17 Sarah Hoffmannsplit up get_assignment functon in more readable parts
2023-07-17 Sarah Hoffmanndisallow address searches that start with a postcode
2023-07-17 Sarah Hoffmannblock search queries with too many tokens
2023-07-17 Sarah Hoffmannsimplify yield_lookups() function
2023-07-17 Sarah Hoffmannpenalize name token splitting when phrases are used
2023-07-17 Sarah Hoffmannpenalize search with frequent partials
2023-07-17 Sarah Hoffmannavoid splitting of first token when a housenumber is...
2023-07-17 Sarah Hoffmannincrease threshold for full name searches
2023-07-17 Sarah Hoffmannfix search for housenumber names
2023-07-14 Sarah HoffmannMerge pull request #3110 from lonvia/sql-lambda-queries
2023-07-14 Sarah Hoffmannselected lambdas for search
2023-07-08 Sarah HoffmannMerge pull request #3107 from lonvia/performance-search
2023-07-06 Sarah Hoffmannavoid lookup via partials on frequent words
2023-07-04 Sarah Hoffmannadd a small penalty to lookups in address vectors
2023-07-03 Sarah HoffmannMerge pull request #3101 from lonvia/custom-geometry...
2023-07-01 Sarah Hoffmannfix linting issues
2023-07-01 Sarah Hoffmannreplace regexp_match with generic op() functions
2023-07-01 Sarah Hoffmannreplace CASE construct with plpgsql function
2023-07-01 Sarah Hoffmannmove search to bind parameters
2023-06-22 mtmailMerge branch 'osm-search:master' into check-database...
2023-06-22 Sarah Hoffmannmove text normalization into extra function
2023-06-22 Sarah HoffmannMerge pull request #3093 from lonvia/remove-sanic
2023-06-21 Sarah Hoffmannremove useless check
2023-06-21 Sarah HoffmannMerge pull request #3045 from biswajit-k/taginfo
2023-06-20 Sarah HoffmannMerge pull request #3091 from lonvia/fix-postcode-search
2023-06-20 Sarah Hoffmannavoid fallback country lookup when places are excluded
2023-06-20 Sarah Hoffmanntweak postcode search
2023-06-20 Sarah Hoffmannfix debug output for searches
2023-05-27 Sarah HoffmannMerge pull request #3067 from lonvia/python-search-api
2023-05-26 Sarah Hoffmannmake code backwards-compatible with older Python versions
2023-05-26 Sarah Hoffmannfix new linting warning
2023-05-26 Sarah Hoffmannadd support for search by houenumber
2023-05-26 Sarah Hoffmannignore name rankings without variants
2023-05-24 Sarah Hoffmannadd API functions for search functions
2023-05-24 Sarah Hoffmannimplement actual database searches
2023-05-23 Sarah Hoffmannimplement search builder
2023-05-22 Sarah Hoffmannimplement token assignment
2023-05-22 Sarah Hoffmannadd query analyser for legacy tokenizer
2023-05-22 Sarah Hoffmannadd factory for query analyzer
2023-05-22 Sarah Hoffmannquery analyzer for ICU tokenizer
2023-05-21 Sarah Hoffmannadd data structure for tokenized query