]> git.openstreetmap.org Git - nominatim.git/history - nominatim/api/search
Merge pull request #3383 from lonvia/window-searches
[nominatim.git] / nominatim / api / search /
2024-04-03 Sarah HoffmannMerge pull request #3383 from lonvia/window-searches
2024-04-02 Sarah Hoffmannincrease search area when filtering by postcode
2024-04-02 Sarah Hoffmannhousenumber position should hint on direction
2024-04-02 Sarah Hoffmannremove restriction on frequent one word names
2024-04-02 Sarah Hoffmannsplit search SQL in windowed search_name lookup and...
2024-04-01 Sarah Hoffmannminimum counts for tokens should always be 1
2024-03-27 Sarah HoffmannMerge pull request #3375 from matkoniecz/patch-1
2024-03-26 Sarah Hoffmanndon't even try heavily penalized searches
2024-03-26 Sarah Hoffmannreintroduce cutoffs when searching for very frequent...
2024-03-18 Sarah HoffmannMerge pull request #3367 from lonvia/address-word-counts
2024-03-18 Sarah Hoffmannuse address counts for improving index lookup
2024-03-18 Sarah Hoffmannadd penalty for single words that look like stop words
2024-03-18 Sarah Hoffmannadd address counts to tokens
2024-03-18 Sarah Hoffmannextend word statistics to address index
2024-03-12 Sarah Hoffmannadd geometry details for postcode area output
2024-03-12 Sarah HoffmannMerge pull request #3362 from lonvia/find-postcode...
2024-03-11 Sarah Hoffmannpostcodes: exclude seen places later
2024-03-11 Sarah Hoffmannlook for postcode areas when finding something in the...
2024-03-05 Sarah HoffmannMerge pull request #3356 from lonvia/use-date-from...
2024-03-04 Sarah HoffmannMerge pull request #3353 from mtmail/add-codespell
2024-03-03 marc tobiasGithub Actions: add codespell linter, warn only
2024-02-28 Sarah HoffmannMerge pull request #3342 from mtmail/tyops
2024-02-28 Sarah HoffmannMerge pull request #3347 from lonvia/tweak-boundary...
2024-02-28 Sarah HoffmannMerge pull request #3346 from lonvia/reduce-artificial...
2024-02-27 Sarah Hoffmannreduce importance when computed from search rank
2024-02-27 Sarah Hoffmannprefer min() function over if construct
2024-02-26 marc tobiasCorrect some typos
2024-02-07 Sarah HoffmannMerge pull request #3332 from lonvia/improve-cutting...
2024-02-06 Sarah Hoffmannprefilter bad results before adding details and reranking
2024-01-29 Sarah Hoffmannavoid LookupAny with address and too many name tokens
2024-01-28 Sarah HoffmannMerge pull request #3321 from lonvia/remove-duplicate...
2024-01-28 Sarah Hoffmannhousenumber-only searches cannot be combined with quali...
2024-01-28 Sarah Hoffmannadjust rankings for housenumber-only searches
2024-01-28 Sarah Hoffmannalways add a penalty for name + address search fallback
2024-01-28 Sarah Hoffmanndisallow category tokens in the middle of a query string
2024-01-28 Sarah Hoffmannprotect against very frequent bad partials
2024-01-28 Sarah Hoffmannavoid duplicates in the list of partial tokens for...
2024-01-17 Sarah HoffmannMerge pull request #3301 from lonvia/fix-class-search...
2024-01-16 Sarah Hoffmanninterpret stand-alone special terms always as near...
2024-01-08 Sarah HoffmannMerge pull request #3293 from lonvia/rematch-against...
2024-01-08 Sarah Hoffmannadd country code to words to be rematched
2024-01-07 Sarah HoffmannMerge pull request #3292 from lonvia/faster-country...
2024-01-07 Sarah Hoffmannwhen a country is in the results, restrict further...
2024-01-07 Sarah Hoffmanndump params in log view
2024-01-07 Sarah Hoffmannprioritize country searches when penaly is equal
2024-01-07 Sarah HoffmannMerge pull request #3238 from mtmail/check-database...
2024-01-07 Sarah HoffmannMerge pull request #3289 from lonvia/viewbox-and-housen...
2024-01-07 Sarah HoffmannMerge pull request #3290 from lonvia/near-vs-quaifier...
2024-01-07 Sarah Hoffmanndo not run near queries on qualifier words
2024-01-07 Sarah Hoffmanndo not restrict by viewbox when housenumber or postcode...
2023-12-29 Sarah Hoffmannupdate typing for latest changes in SQLAlchemy
2023-12-12 Sarah HoffmannMerge pull request #3273 from lonvia/search-with-sqlite
2023-12-07 Sarah Hoffmannenable all API tests for sqlite and port missing features
2023-12-07 Sarah Hoffmannvoid unnecessary aliases
2023-12-07 Sarah Hoffmannfactor out SQL for filtering by location
2023-12-07 Sarah Hoffmannsimplify handling of SQL lookup code for search_name
2023-12-07 Sarah Hoffmannclean up ST_DWithin and intersects() functions
2023-12-07 Sarah Hoffmannsimplify weigh_search() function
2023-12-07 Sarah Hoffmannhide type differences between Postgres and Sqlite in...
2023-12-07 Sarah HoffmannMerge pull request #3108 from mtmail/remove-legacy...
2023-12-01 Sarah Hoffmannskip lookup with full names when there are none
2023-11-29 Sarah HoffmannMerge pull request #3263 from lonvia/near-search-penalt...
2023-11-29 Sarah Hoffmannfurther restrict stop search criterion
2023-11-29 Sarah Hoffmannuse restrict for housenumber lookups with few numbers
2023-11-29 Sarah HoffmannNearSearch needs to inherit penalty from inner search
2023-11-28 Sarah HoffmannMerge pull request #3262 from lonvia/fix-category-search
2023-11-28 Sarah Hoffmanncorrectly exclude streets with housenumber searches
2023-11-28 Sarah Hoffmannadd tests for interaction of category parameter with...
2023-11-28 Sarah Hoffmannrename use of category as POI search to near_item
2023-11-28 Sarah Hoffmannthe category parameter in search should result in a...
2023-11-27 Sarah HoffmannMerge pull request #3260 from lonvia/improve-catgeory...
2023-11-26 Sarah Hoffmanndrop category tokens when they make up a full phrase
2023-11-26 Sarah Hoffmannrestrict base results in near search by rank
2023-11-26 Sarah Hoffmanndeduplicate categories/qualifiers
2023-11-26 Sarah Hoffmannorder near searches by distance instead of importance
2023-11-26 Sarah Hoffmannavoid duplicate lines during category search
2023-11-25 Sarah Hoffmannfix polygon selection for classtable lookups
2023-11-23 Sarah HoffmannMerge pull request #3257 from lonvia/slow-queries
2023-11-23 Sarah Hoffmannincrease penalty for one-letter words
2023-11-22 Sarah Hoffmannmore preference for name-only queries in search
2023-11-22 Sarah Hoffmannavoid index use when filtering by layer
2023-11-22 Sarah Hoffmannavoid index on rank_address in near search
2023-10-25 Sarah HoffmannMerge pull request #3234 from lonvia/reduce-admin-style
2023-10-24 Sarah HoffmannMerge pull request #3233 from lonvia/support-for-sqlite
2023-10-23 Sarah Hoffmanntrim all coordinate output to 7 digits
2023-10-10 Sarah HoffmannMerge pull request #3222 from lonvia/fix-river-output
2023-10-07 Sarah Hoffmannreduce influence of viewbox
2023-10-05 Sarah HoffmannMerge pull request #3212 from lonvia/more-tests
2023-09-27 Sarah Hoffmannmore unit tests for search
2023-09-26 Sarah HoffmannMerge pull request #3211 from lonvia/replace-get-addres...
2023-09-26 Sarah Hoffmannmove get_addressdata() implementation to Python
2023-09-21 Sarah HoffmannMerge pull request #3206 from lonvia/rerank-by-locale
2023-09-20 Sarah Hoffmannfilter duplicate results after DB query
2023-09-20 Sarah Hoffmannrerank results by query
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
next