]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
5 months agoprepare release 4.3.2 v4.3.2
Sarah Hoffmann [Fri, 17 Nov 2023 09:36:42 +0000 (10:36 +0100)]
prepare release 4.3.2

5 months agoadapt typing to newest version of SQLAlchemy
Sarah Hoffmann [Fri, 17 Nov 2023 09:08:54 +0000 (10:08 +0100)]
adapt typing to newest version of SQLAlchemy

5 months agoimprove code to collect the PostGIS version
Sarah Hoffmann [Thu, 16 Nov 2023 10:02:25 +0000 (11:02 +0100)]
improve code to collect the PostGIS version

The SQL contained an unchecked string literal, which may in theory be
used to attack the database.

5 months agophp frontend: fix on-the-fly lookup of postcode areas
Sarah Hoffmann [Wed, 15 Nov 2023 16:45:12 +0000 (17:45 +0100)]
php frontend: fix on-the-fly lookup of postcode areas

5 months agopython deployment: add systemd service for the socket
Sarah Hoffmann [Wed, 25 Oct 2023 09:21:40 +0000 (11:21 +0200)]
python deployment: add systemd service for the socket

5 months agoadapt typing for newer version of mypy
Sarah Hoffmann [Mon, 16 Oct 2023 15:03:48 +0000 (17:03 +0200)]
adapt typing for newer version of mypy

5 months agoreduce influence of viewbox
Sarah Hoffmann [Sat, 7 Oct 2023 15:30:01 +0000 (17:30 +0200)]
reduce influence of viewbox

Perfectly matching city names should still get priority.

6 months agoprepare 4.3.1 release v4.3.1
Sarah Hoffmann [Wed, 4 Oct 2023 14:44:50 +0000 (16:44 +0200)]
prepare 4.3.1 release

6 months agoswitch back meaning of reverse and search in warm
Sarah Hoffmann [Wed, 4 Oct 2023 13:19:24 +0000 (15:19 +0200)]
switch back meaning of reverse and search in warm

Also do'n try to warm up searches on reverse-only databases.

Fixes #3213.

6 months agoadapt tests to improved search
Sarah Hoffmann [Wed, 20 Sep 2023 12:48:00 +0000 (14:48 +0200)]
adapt tests to improved search

6 months agofilter duplicate results after DB query
Sarah Hoffmann [Wed, 20 Sep 2023 09:39:18 +0000 (11:39 +0200)]
filter duplicate results after DB query

6 months agorerank results by query
Sarah Hoffmann [Tue, 19 Sep 2023 14:18:09 +0000 (16:18 +0200)]
rerank results by query

The algorithm is similar to the PHP reranking and uses the terms from
the display name to check against the query terms. However instead of
exact matching it uses a per-word-edit-distance, so that it is less
strict when it comes to mismatching accents or other one letter
differences.

Country names get a higher penalty because they don't receive a
penalty during token matching right now.

This will work badly with the legacy tokenizer. Given that it is
marked for removal, it is simply not worth optimising for it.

6 months agomove localization into add_result_details
Sarah Hoffmann [Tue, 19 Sep 2023 09:17:04 +0000 (11:17 +0200)]
move localization into add_result_details

This means that the locale now needs to be handed in into the search
functions already. At least search needs them for reranking.

6 months ago'fix' issues with recent changes to psycopg2 typing
Sarah Hoffmann [Sun, 17 Sep 2023 13:09:34 +0000 (15:09 +0200)]
'fix' issues with recent changes to psycopg2 typing

Some of the changes just make the warnings go away. The typing info
is still incorrect on the stub side, as far as I can determine.

6 months agoreduce expected count for multi-part words
Sarah Hoffmann [Mon, 11 Sep 2023 15:45:34 +0000 (17:45 +0200)]
reduce expected count for multi-part words

Fixes #3196.

7 months agoadd changelog for 4.2.3 v4.3.0
Sarah Hoffmann [Thu, 7 Sep 2023 08:07:16 +0000 (10:07 +0200)]
add changelog for 4.2.3

7 months agoprepare release 4.3.0
Sarah Hoffmann [Wed, 6 Sep 2023 18:08:28 +0000 (20:08 +0200)]
prepare release 4.3.0

7 months agoreenable logging of details calls
Sarah Hoffmann [Wed, 6 Sep 2023 09:35:53 +0000 (11:35 +0200)]
reenable logging of details calls

7 months agorestrict deduplication to results from placex
Sarah Hoffmann [Wed, 6 Sep 2023 08:43:55 +0000 (10:43 +0200)]
restrict deduplication to results from placex

All other sources do not have deduplicatable entries.

7 months agoadd bbox output to lookup results
Sarah Hoffmann [Wed, 6 Sep 2023 08:27:03 +0000 (10:27 +0200)]
add bbox output to lookup results

Fixes #3149.

7 months agodocumentation: fix a broken link, typos
marc tobias [Wed, 30 Aug 2023 23:11:54 +0000 (01:11 +0200)]
documentation: fix a broken link, typos

7 months agoMerge pull request #3190 from lonvia/fix-internal-server-errors
Sarah Hoffmann [Tue, 5 Sep 2023 15:00:31 +0000 (17:00 +0200)]
Merge pull request #3190 from lonvia/fix-internal-server-errors

Fix more failing queries

7 months agoMerge pull request #3189 from lonvia/add-country-area-restriction
Sarah Hoffmann [Tue, 5 Sep 2023 12:29:44 +0000 (14:29 +0200)]
Merge pull request #3189 from lonvia/add-country-area-restriction

Implement NOMINATIM_SEARCH_WITHIN_COUNTRIES for Python frontend

7 months agoactions: update to checkout v4
Sarah Hoffmann [Tue, 5 Sep 2023 09:44:12 +0000 (11:44 +0200)]
actions: update to checkout v4

7 months agorestrict range for interpolated housenumbers
Sarah Hoffmann [Tue, 5 Sep 2023 09:41:41 +0000 (11:41 +0200)]
restrict range for interpolated housenumbers

Interpolations are only supported up to 2^32 by the database.
Limit to 8 digits, which is still more than should be needed.

7 months agoavoid interpreting integral numbers as coordinates
Sarah Hoffmann [Tue, 5 Sep 2023 09:26:47 +0000 (11:26 +0200)]
avoid interpreting integral numbers as coordinates

There are addresses of type '123 W 345 N, Reigh', where 'W 345 N' is
the actual name of the street.

7 months agoMerge pull request #3188 from lonvia/update-osm2pgsql
Sarah Hoffmann [Tue, 5 Sep 2023 08:44:32 +0000 (10:44 +0200)]
Merge pull request #3188 from lonvia/update-osm2pgsql

Update osm2pgsql to 1.9.2

7 months agoupdate osm2pgsql to 1.9.2
Sarah Hoffmann [Mon, 4 Sep 2023 12:53:46 +0000 (14:53 +0200)]
update osm2pgsql to 1.9.2

7 months agoallow lower case OSM types in lookup query
Sarah Hoffmann [Mon, 4 Sep 2023 12:39:35 +0000 (14:39 +0200)]
allow lower case OSM types in lookup query

7 months agoMerge pull request #3186 from lonvia/tablespaces-for-flex
Sarah Hoffmann [Mon, 4 Sep 2023 12:25:45 +0000 (14:25 +0200)]
Merge pull request #3186 from lonvia/tablespaces-for-flex

Make tablespace arguments work again for flex tables

7 months agoimplement NOMINATIM_SEARCH_WITHIN_COUNTRIES setting
Sarah Hoffmann [Mon, 4 Sep 2023 12:10:36 +0000 (14:10 +0200)]
implement NOMINATIM_SEARCH_WITHIN_COUNTRIES setting

7 months agoreenable tablespace arguments for flex tables
Sarah Hoffmann [Mon, 4 Sep 2023 08:45:52 +0000 (10:45 +0200)]
reenable tablespace arguments for flex tables

7 months agoadd a shutdown handler for falcon server closing DB connections
Sarah Hoffmann [Thu, 31 Aug 2023 07:40:56 +0000 (09:40 +0200)]
add a shutdown handler for falcon server closing DB connections

7 months agoremove alias where it does not work with lambdas
Sarah Hoffmann [Wed, 30 Aug 2023 19:52:51 +0000 (21:52 +0200)]
remove alias where it does not work with lambdas

Fixes #3177.

7 months agofix parameter name for layer filter
Sarah Hoffmann [Wed, 30 Aug 2023 07:54:50 +0000 (09:54 +0200)]
fix parameter name for layer filter

7 months agoMerge pull request #3178 from lonvia/library-documentation
Sarah Hoffmann [Wed, 30 Aug 2023 07:17:24 +0000 (09:17 +0200)]
Merge pull request #3178 from lonvia/library-documentation

Update documentation for new Python frontend

7 months agofix typos and grammar issues
Sarah Hoffmann [Tue, 29 Aug 2023 10:14:44 +0000 (12:14 +0200)]
fix typos and grammar issues

8 months agorename documentation to 'Nominatim Manual'
Sarah Hoffmann [Mon, 28 Aug 2023 08:59:26 +0000 (10:59 +0200)]
rename documentation to 'Nominatim Manual'

8 months agoadapt installation instruction for different frontends
Sarah Hoffmann [Mon, 28 Aug 2023 08:48:34 +0000 (10:48 +0200)]
adapt installation instruction for different frontends

8 months agoupdate API documentation
Sarah Hoffmann [Mon, 28 Aug 2023 08:31:58 +0000 (10:31 +0200)]
update API documentation

8 months agoadd deployment documentation for Python frontend
Sarah Hoffmann [Sun, 27 Aug 2023 19:27:16 +0000 (21:27 +0200)]
add deployment documentation for Python frontend

8 months agoupdate documentation for configuration
Sarah Hoffmann [Sun, 27 Aug 2023 14:08:06 +0000 (16:08 +0200)]
update documentation for configuration

8 months agoadd getting started section for library docs
Sarah Hoffmann [Sun, 27 Aug 2023 12:42:04 +0000 (14:42 +0200)]
add getting started section for library docs

8 months agoswitch to material theme
Sarah Hoffmann [Fri, 25 Aug 2023 20:47:07 +0000 (22:47 +0200)]
switch to material theme

Needed for tabbed code blocks.

8 months agopreliminary library reference finished
Sarah Hoffmann [Wed, 23 Aug 2023 13:34:07 +0000 (15:34 +0200)]
preliminary library reference finished

8 months agomore library documentation
Sarah Hoffmann [Tue, 22 Aug 2023 22:23:40 +0000 (00:23 +0200)]
more library documentation

8 months agofinish configuration section
Sarah Hoffmann [Tue, 22 Aug 2023 20:16:34 +0000 (22:16 +0200)]
finish configuration section

8 months agorestructure library documentation
Sarah Hoffmann [Tue, 22 Aug 2023 19:46:10 +0000 (21:46 +0200)]
restructure library documentation

8 months agoinitial configuration documentation
Sarah Hoffmann [Sun, 20 Aug 2023 08:42:33 +0000 (10:42 +0200)]
initial configuration documentation

8 months agodocs: documentation of API classes
Sarah Hoffmann [Sat, 19 Aug 2023 13:36:57 +0000 (15:36 +0200)]
docs: documentation of API classes

8 months agomore adaptions for mkdocstrings griffin plugin
Sarah Hoffmann [Sat, 19 Aug 2023 07:34:31 +0000 (09:34 +0200)]
more adaptions for mkdocstrings griffin plugin

8 months agoadd base framework for library reference
Sarah Hoffmann [Fri, 18 Aug 2023 16:05:57 +0000 (18:05 +0200)]
add base framework for library reference

8 months agoupdate to modern mkdocstrings python handler
Sarah Hoffmann [Fri, 18 Aug 2023 15:28:45 +0000 (17:28 +0200)]
update to modern mkdocstrings python handler

8 months agoMerge pull request #3174 from lonvia/osm2pgsql-update-fix
Sarah Hoffmann [Fri, 25 Aug 2023 19:26:23 +0000 (21:26 +0200)]
Merge pull request #3174 from lonvia/osm2pgsql-update-fix

Be more precise on what is deleted on updates

8 months agobe more strict about removal from place_to_be_deleted
Sarah Hoffmann [Fri, 25 Aug 2023 12:20:27 +0000 (14:20 +0200)]
be more strict about removal from place_to_be_deleted

If the type of a place is changed and then the same insert issued
again, the old data will effectively remain in the table.

Fixed #3168.

8 months agoadd test case for bad update
Sarah Hoffmann [Fri, 25 Aug 2023 06:45:47 +0000 (08:45 +0200)]
add test case for bad update

8 months agoMerge pull request #3172 from lonvia/query-timeout
Sarah Hoffmann [Fri, 25 Aug 2023 08:00:22 +0000 (10:00 +0200)]
Merge pull request #3172 from lonvia/query-timeout

Introduce timeouts for queries

8 months agoadd additional timeout for entire request
Sarah Hoffmann [Fri, 25 Aug 2023 07:16:53 +0000 (09:16 +0200)]
add additional timeout for entire request

8 months agouse backwards-compatible asyncio timeout implementation
Sarah Hoffmann [Thu, 24 Aug 2023 14:29:21 +0000 (16:29 +0200)]
use backwards-compatible asyncio timeout implementation

8 months agotranslate query timeouts into proper HTTP responses
Sarah Hoffmann [Thu, 24 Aug 2023 13:55:05 +0000 (15:55 +0200)]
translate query timeouts into proper HTTP responses

Need to use a 503 here because a 408 (Request timeout) will motivate
browsers to immediately resent the request.

8 months agoadd a timeout for DB queries
Sarah Hoffmann [Thu, 24 Aug 2023 12:57:33 +0000 (14:57 +0200)]
add a timeout for DB queries

8 months agoapply adjusted counts only to final result
Sarah Hoffmann [Thu, 24 Aug 2023 19:37:02 +0000 (21:37 +0200)]
apply adjusted counts only to final result

8 months agoMerge pull request #3169 from lonvia/tweak-search-with-frequent-names
Sarah Hoffmann [Thu, 24 Aug 2023 12:22:35 +0000 (14:22 +0200)]
Merge pull request #3169 from lonvia/tweak-search-with-frequent-names

Further tweak detection of queries that would return a massive amount of results

8 months agoallow terms with frequent searches together with viewbox
Sarah Hoffmann [Thu, 24 Aug 2023 07:21:09 +0000 (09:21 +0200)]
allow terms with frequent searches together with viewbox

8 months agoMerge pull request #3167 from lonvia/explicit-encoding
Sarah Hoffmann [Thu, 24 Aug 2023 06:53:11 +0000 (08:53 +0200)]
Merge pull request #3167 from lonvia/explicit-encoding

Send explicit charset in content-type when returning json

8 months agoMerge pull request #3139 from mtmail/update-search-examples
Sarah Hoffmann [Wed, 23 Aug 2023 21:41:30 +0000 (23:41 +0200)]
Merge pull request #3139 from mtmail/update-search-examples

Search.md - update XML and JSON example output

8 months agofurther tweak search containing very frequent tokens
Sarah Hoffmann [Wed, 23 Aug 2023 21:04:12 +0000 (23:04 +0200)]
further tweak search containing very frequent tokens

Excluding non-rare full names is not really possible because it makes
addresses with street names like 'main st' unsearchable. This tries to
leav all names in but refrain from ordering results by accuracy
when too many results are expected. This means that the DB will simply
get the first n results without any particular order.

8 months agosend charset again in content-type when returning json
Sarah Hoffmann [Wed, 23 Aug 2023 18:55:57 +0000 (20:55 +0200)]
send charset again in content-type when returning json

There are quite a few applications out there that will use some local
encoding when the charset is not explicitly given.

8 months agoMerge pull request #3165 from lonvia/update-osm2pgsql
Sarah Hoffmann [Wed, 23 Aug 2023 13:57:55 +0000 (15:57 +0200)]
Merge pull request #3165 from lonvia/update-osm2pgsql

Update osm2pgsql to 1.9.1

8 months agovagrant scripts: add missing yaml library
Sarah Hoffmann [Wed, 23 Aug 2023 06:34:12 +0000 (08:34 +0200)]
vagrant scripts: add missing yaml library

8 months agoadd new required json library for osm2pgsql
Sarah Hoffmann [Tue, 22 Aug 2023 18:05:25 +0000 (20:05 +0200)]
add new required json library for osm2pgsql

8 months agoupdate osm2pgsql to 1.9.1
Sarah Hoffmann [Tue, 22 Aug 2023 13:04:50 +0000 (15:04 +0200)]
update osm2pgsql to 1.9.1

8 months agoMerge pull request #3159 from lonvia/fix-name-lookup-for-housenames
Sarah Hoffmann [Sun, 20 Aug 2023 13:52:20 +0000 (15:52 +0200)]
Merge pull request #3159 from lonvia/fix-name-lookup-for-housenames

Fix name lookup for housenames

8 months agofix parameter use for ST_Project
Sarah Hoffmann [Sun, 20 Aug 2023 11:52:03 +0000 (13:52 +0200)]
fix parameter use for ST_Project

Before postgis 3.4 ST_Project required a geography as input and seemed
to have implicitly converted to geography. Since 3.4 geometry input
is supported but leads to a completely different result.

8 months agofix tag name for housename addresses in layer selection
Sarah Hoffmann [Sat, 19 Aug 2023 13:57:33 +0000 (15:57 +0200)]
fix tag name for housename addresses in layer selection

Fixes #3156.

8 months agoMerge pull request #3155 from lonvia/caching-of-transliterators
Sarah Hoffmann [Wed, 16 Aug 2023 20:55:54 +0000 (22:55 +0200)]
Merge pull request #3155 from lonvia/caching-of-transliterators

Cache ICU transliterators between calls

8 months agocache ICU transliterators and reuse them
Sarah Hoffmann [Tue, 15 Aug 2023 21:08:44 +0000 (23:08 +0200)]
cache ICU transliterators and reuse them

8 months agoMerge pull request #3150 from alfmarcua/allow_neg_id_details
Sarah Hoffmann [Mon, 14 Aug 2023 09:41:42 +0000 (11:41 +0200)]
Merge pull request #3150 from alfmarcua/allow_neg_id_details

Allow negative osm_id in details page by setting default parameter to 0

8 months agofix regression in default setting for details linkedplaces
Sarah Hoffmann [Sun, 13 Aug 2023 13:30:04 +0000 (15:30 +0200)]
fix regression in default setting for details linkedplaces

8 months agoprefer name-only searches more
Sarah Hoffmann [Sun, 13 Aug 2023 13:24:16 +0000 (15:24 +0200)]
prefer name-only searches more

8 months agoreturn bbox of full country for country searches
Sarah Hoffmann [Sun, 13 Aug 2023 12:37:28 +0000 (14:37 +0200)]
return bbox of full country for country searches

Fixes #3149.

8 months agofix application of label to wrong expression
Sarah Hoffmann [Sun, 13 Aug 2023 09:59:01 +0000 (11:59 +0200)]
fix application of label to wrong expression

8 months agoavoid lambda SQL in connection with alias tables
Sarah Hoffmann [Sun, 13 Aug 2023 09:40:49 +0000 (11:40 +0200)]
avoid lambda SQL in connection with alias tables

8 months agouse coalsce() instead of indexless postgis functions
Sarah Hoffmann [Sat, 12 Aug 2023 17:14:13 +0000 (19:14 +0200)]
use coalsce() instead of indexless postgis functions

ST_Intersects is deemed too expensive by the query planer which
leads to odd plans when index use is avoided.

8 months agodo not use index when searching in large areas
Sarah Hoffmann [Sat, 12 Aug 2023 14:12:44 +0000 (16:12 +0200)]
do not use index when searching in large areas

This concerns viewboxes as well as radius search.

8 months agoadapt tests to changes in search
Sarah Hoffmann [Sat, 12 Aug 2023 14:12:31 +0000 (16:12 +0200)]
adapt tests to changes in search

8 months agotake token_assignment penalty into account
Sarah Hoffmann [Sat, 12 Aug 2023 13:33:50 +0000 (15:33 +0200)]
take token_assignment penalty into account

Also computes the expected count differently when addresses are
involved. Address token counts do not bare a direct relation to
real counts.

8 months agofix debug output for NearSearch
Sarah Hoffmann [Sat, 12 Aug 2023 09:27:55 +0000 (11:27 +0200)]
fix debug output for NearSearch

The search info is in a subsearch and was therefore not taken into
account.

8 months agoimprove penalty for token-split words
Sarah Hoffmann [Sat, 12 Aug 2023 09:26:02 +0000 (11:26 +0200)]
improve penalty for token-split words

The rematch penalty for partial words created by the transliteration
need to take into account that they are rematched against the full word.
That means that missing beginning and end should not get a significant
penalty.

8 months agoAllow negative osm_id in details page by setting default parameter to 0
alfmarcua [Fri, 11 Aug 2023 08:46:28 +0000 (10:46 +0200)]
Allow negative osm_id in details page by setting default parameter to 0

8 months agofix lookup polygon output
Sarah Hoffmann [Tue, 8 Aug 2023 17:42:55 +0000 (19:42 +0200)]
fix lookup polygon output

Fixes #3147.

8 months agoSearch.md - update XML and JSON example output
marc tobias [Fri, 4 Aug 2023 11:15:50 +0000 (13:15 +0200)]
Search.md - update XML and JSON example output

8 months agoMerge pull request #3146 from lonvia/forbid-mixed-queries
Sarah Hoffmann [Tue, 8 Aug 2023 15:34:32 +0000 (17:34 +0200)]
Merge pull request #3146 from lonvia/forbid-mixed-queries

Do not allow to mix structured and unstructured search

8 months agoreturn an error when q is used together with structured parameters
Sarah Hoffmann [Tue, 8 Aug 2023 13:54:55 +0000 (15:54 +0200)]
return an error when q is used together with structured parameters

8 months agoremove lookup by address only
Sarah Hoffmann [Sun, 6 Aug 2023 17:20:10 +0000 (19:20 +0200)]
remove lookup by address only

There are too many lookups where the address is very frequent,
even when many address parts are present.

8 months agoallow oversized viewboxes again
Sarah Hoffmann [Sun, 6 Aug 2023 15:47:47 +0000 (17:47 +0200)]
allow oversized viewboxes again

This seems to be a rather regular thing when unconditionally sending
the current view and being zoomed out.

Fixes #3137.

8 months agoprovide full URL in more field
Sarah Hoffmann [Sun, 6 Aug 2023 15:20:16 +0000 (17:20 +0200)]
provide full URL in more field

This is a regression against the PHP version.

Fixes #3138.

8 months agoremove SQL lambdas with IN expressions
Sarah Hoffmann [Wed, 2 Aug 2023 10:34:07 +0000 (12:34 +0200)]
remove SQL lambdas with IN expressions

The values of IN expressions are incorrectly cached.

8 months agoonly print non-empty search tables
Sarah Hoffmann [Tue, 1 Aug 2023 13:29:00 +0000 (15:29 +0200)]
only print non-empty search tables

8 months agodo not lookup by address vector when only few tokens are available
Sarah Hoffmann [Mon, 31 Jul 2023 12:27:39 +0000 (14:27 +0200)]
do not lookup by address vector when only few tokens are available

Names of countries and states are exceedingly rare in the word count
but are very frequent in the address. A short name has the danger
of producing too many results.