]> git.openstreetmap.org Git - nominatim.git/history - nominatim
python deployment: add systemd service for the socket
[nominatim.git] / nominatim /
2023-11-17 Sarah Hoffmannadapt typing for newer version of mypy
2023-11-17 Sarah Hoffmannreduce influence of viewbox
2023-10-04 Sarah Hoffmannprepare 4.3.1 release v4.3.1
2023-10-04 Sarah Hoffmannswitch back meaning of reverse and search in warm
2023-10-04 Sarah Hoffmannfilter duplicate results after DB query
2023-10-04 Sarah Hoffmannrerank results by query
2023-10-04 Sarah Hoffmannmove localization into add_result_details
2023-10-04 Sarah Hoffmann'fix' issues with recent changes to psycopg2 typing
2023-10-04 Sarah Hoffmannreduce expected count for multi-part words
2023-09-06 Sarah Hoffmannprepare release 4.3.0
2023-09-06 Sarah Hoffmannreenable logging of details calls
2023-09-06 Sarah Hoffmannrestrict deduplication to results from placex
2023-09-06 Sarah Hoffmannadd bbox output to lookup results
2023-09-05 Sarah HoffmannMerge pull request #3190 from lonvia/fix-internal-serve...
2023-09-05 Sarah HoffmannMerge pull request #3189 from lonvia/add-country-area...
2023-09-05 Sarah Hoffmannrestrict range for interpolated housenumbers
2023-09-05 Sarah Hoffmannavoid interpreting integral numbers as coordinates
2023-09-04 Sarah Hoffmannallow lower case OSM types in lookup query
2023-09-04 Sarah HoffmannMerge pull request #3186 from lonvia/tablespaces-for...
2023-09-04 Sarah Hoffmannimplement NOMINATIM_SEARCH_WITHIN_COUNTRIES setting
2023-09-04 Sarah Hoffmannreenable tablespace arguments for flex tables
2023-08-31 Sarah Hoffmannadd a shutdown handler for falcon server closing DB...
2023-08-30 Sarah Hoffmannremove alias where it does not work with lambdas
2023-08-30 Sarah HoffmannMerge pull request #3178 from lonvia/library-documentation
2023-08-29 Sarah Hoffmannfix typos and grammar issues
2023-08-28 Sarah Hoffmannupdate API documentation
2023-08-27 Sarah Hoffmannadd deployment documentation for Python frontend
2023-08-25 Sarah Hoffmannpreliminary library reference finished
2023-08-25 Sarah Hoffmannmore library documentation
2023-08-25 Sarah Hoffmannfinish configuration section
2023-08-25 Sarah Hoffmanninitial configuration documentation
2023-08-25 Sarah Hoffmanndocs: documentation of API classes
2023-08-25 Sarah Hoffmannupdate to modern mkdocstrings python handler
2023-08-25 Sarah HoffmannMerge pull request #3172 from lonvia/query-timeout
2023-08-25 Sarah Hoffmannadd additional timeout for entire request
2023-08-25 Sarah Hoffmannuse backwards-compatible asyncio timeout implementation
2023-08-25 Sarah Hoffmanntranslate query timeouts into proper HTTP responses
2023-08-25 Sarah Hoffmannadd a timeout for DB queries
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-24 Sarah HoffmannMerge pull request #3167 from lonvia/explicit-encoding
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-23 Sarah Hoffmannsend charset again in content-type when returning json
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 Hoffmannfix regression in default setting for details linkedplaces
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 Hoffmannuse coalsce() instead of indexless postgis functions
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-08 Sarah Hoffmannfix lookup polygon output
2023-08-08 Sarah HoffmannMerge pull request #3146 from lonvia/forbid-mixed-queries
2023-08-08 Sarah Hoffmannreturn an error when q is used together with structured...
2023-08-06 Sarah Hoffmannremove lookup by address only
2023-08-06 Sarah Hoffmannallow oversized viewboxes again
2023-08-06 Sarah Hoffmannprovide full URL in more field
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 Hoffmannfix regression with lat/lon in json output
2023-08-01 Sarah Hoffmannallow OPTIONS method in starlette CORS middleware
2023-08-01 Sarah HoffmannMerge pull request #3122 from miku0/sanitizer-final
2023-07-31 miku0Moved KANJI_MAP to icu-rules
2023-07-31 Sarah HoffmannMerge pull request #3128 from lonvia/fix-classtype...
2023-07-31 miku0Fixed cosmetic issues
2023-07-30 Sarah Hoffmannfix query over classtype tables
2023-07-30 Sarah HoffmannMerge pull request #3127 from lonvia/file-logging
2023-07-30 Sarah Hoffmannreintroduce file logging for Python frontend
2023-07-26 miku0Moved KANJI_MAP to global variable
2023-07-26 Sarah HoffmannMerge pull request #3125 from lonvia/warm-to-python
2023-07-26 Sarah Hoffmannolder version of Postgres cannot convert jsonb to int
2023-07-26 Sarah Hoffmannolder Python versions need a reference to the loop...
2023-07-26 miku0Correction to PR's comment
2023-07-26 Sarah Hoffmannadd tests for new arm and export Python functions
2023-07-26 miku0add japanese sanitizer
2023-07-25 Sarah Hoffmannmostly remove php-cgi requirement
2023-07-25 Sarah Hoffmannremove now unused run_api_script function
2023-07-25 Sarah Hoffmannremove now unused run_legacy_script()
2023-07-25 Sarah Hoffmannport export function to Python
2023-07-25 Sarah Hoffmannmove warm script to python code
2023-07-25 Sarah HoffmannMerge pull request #3121 from lonvia/port-remaining...
2023-07-22 Sarah Hoffmannadd /polygons endpoint to Python v1 API
2023-07-22 Sarah Hoffmannadd deletable endpoint
2023-07-22 Sarah Hoffmannremove debug print
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
next