Sarah Hoffmann
|
3969ce0f55
|
Merge pull request #3268 from mtmail/wikipedia-file-path-warning
Improve error message when Wikipedia importance file is not found
|
2023-12-07 09:21:59 +01:00 |
|
Robbe Haesendonck
|
4f5f5ea8fc
|
Removed unnecessary check for --prepare-database flag
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
53d2050dc5
|
Fixed typechecking error
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
97ac036df5
|
Added missing return types to functions
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
567c31ab6a
|
Fixed legacy import command
Check whether prepare-database is true, if so exit early
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
7d28fc35d1
|
Disabled pylint too-many-branches
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
c06f902398
|
Fixed setting tokenizer property
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
9c7d947fd1
|
Updated check to see if osm_file is set
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
db917cb0d4
|
Made sure legacy import command still works
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
ba6cdd875d
|
Removed unused variable, fixed connection
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
d231ff60ed
|
Removed _is_complete_import check
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
c74904d075
|
Improved logic.
Fixed small oversight in mutually exclusiveness of arguments
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
667197a47e
|
Changed naming of flags.
Made sure legacy import is also still ok
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
e8b866aa88
|
Added check to see if hstore is loaded
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
e7b8e1a2c2
|
Fixed ci-tests, osm-file flag
Preparing database should work without osm-file
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
279b4fd6d2
|
Renamed flags
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
b7c83d3580
|
Fixed pylint warnings
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
d4018f2e3b
|
Added check for hstore extension
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
38369ca3cf
|
Fixed typo
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
cc0bdd34e9
|
Fixed linting errors
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
8e71ff329c
|
Added version check for PostGis and Postgres
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
992703b15e
|
Added --prepare-database flag
|
2023-12-07 09:04:33 +01:00 |
|
Robbe Haesendonck
|
ba5ec80611
|
Added --no-superuser flag
To allow import into already existing databases.
Refs: #2719
|
2023-12-07 09:04:33 +01:00 |
|
marc tobias
|
1c1447e709
|
Improve error message when Wikipedia importance file is not found
|
2023-12-06 14:31:07 +01:00 |
|
Sarah Hoffmann
|
8a2c6067a2
|
skip lookup with full names when there are none
|
2023-12-01 12:11:58 +01:00 |
|
Sarah Hoffmann
|
3c7a28dab0
|
further restrict stop search criterion
|
2023-11-29 11:28:54 +01:00 |
|
Sarah Hoffmann
|
0c72a434e0
|
use restrict for housenumber lookups with few numbers
|
2023-11-29 11:28:54 +01:00 |
|
Sarah Hoffmann
|
32e7b59b1f
|
NearSearch needs to inherit penalty from inner search
|
2023-11-29 11:28:52 +01:00 |
|
Sarah Hoffmann
|
b2319e52ff
|
correctly exclude streets with housenumber searches
Street result are not subject to the full filtering in the SQL
query, so recheck.
|
2023-11-28 17:53:37 +01:00 |
|
Sarah Hoffmann
|
25279d009a
|
add tests for interaction of category parameter with category terms
|
2023-11-28 16:56:08 +01:00 |
|
Sarah Hoffmann
|
3f72ca4bca
|
rename use of category as POI search to near_item
Use the term category only as a short-cut for "tuple of key and value".
|
2023-11-28 16:27:05 +01:00 |
|
Sarah Hoffmann
|
70dc4957dc
|
the category parameter in search should result in a qualifier
|
2023-11-28 12:01:49 +01:00 |
|
Sarah Hoffmann
|
a7f5c6c8f5
|
drop category tokens when they make up a full phrase
|
2023-11-26 20:58:50 +01:00 |
|
Sarah Hoffmann
|
a8b023e57e
|
restrict base results in near search by rank
This avoids in particular that roads or POIs are used as base
for the near search when a place result is present.
|
2023-11-26 17:41:29 +01:00 |
|
Sarah Hoffmann
|
47ca56f21b
|
deduplicate categories/qualifiers
|
2023-11-26 17:11:15 +01:00 |
|
Sarah Hoffmann
|
580a7b032f
|
order near searches by distance instead of importance
|
2023-11-26 16:48:04 +01:00 |
|
Sarah Hoffmann
|
8fcc2bb7f5
|
avoid duplicate lines during category search
|
2023-11-26 14:53:20 +01:00 |
|
Sarah Hoffmann
|
d6fe58f84e
|
fix polygon selection for classtable lookups
Polygons should be used preferably with higher address ranks
where the areas are smaller.
|
2023-11-25 21:01:27 +01:00 |
|
Sarah Hoffmann
|
4e4d29f653
|
increase penalty for one-letter words
|
2023-11-23 10:51:58 +01:00 |
|
Sarah Hoffmann
|
195c13ee8a
|
more preference for name-only queries in search
|
2023-11-22 23:57:23 +01:00 |
|
Sarah Hoffmann
|
ac5ef64701
|
avoid index use when filtering by layer
|
2023-11-22 20:54:04 +01:00 |
|
Sarah Hoffmann
|
e7dc24c026
|
add timestamps to text logging
|
2023-11-22 17:38:32 +01:00 |
|
Sarah Hoffmann
|
155f26060d
|
avoid index on rank_address in near search
|
2023-11-22 17:33:17 +01:00 |
|
Sarah Hoffmann
|
a87fe8d8bf
|
exclude country-level searches with non-address layers
|
2023-11-22 17:01:41 +01:00 |
|
Sarah Hoffmann
|
6478409b05
|
improve code to collect the PostGIS version
The SQL contained an unchecked string literal, which may in theory be
used to attack the database.
|
2023-11-16 11:14:29 +01:00 |
|
Sarah Hoffmann
|
9a1b8a67d6
|
adapt typing to newest version of SQLAlchemy
|
2023-11-15 19:59:26 +01:00 |
|
Sarah Hoffmann
|
b4ce1fb599
|
remove now unnecessary type igonre comment
|
2023-11-01 11:57:57 +01:00 |
|
Sarah Hoffmann
|
2bf8e62580
|
fix assertion on address list, it may be empty
Fixes #3237.
|
2023-10-31 21:10:54 +01:00 |
|
Sarah Hoffmann
|
a9ac68a729
|
restrict geometry size for SQLite
|
2023-10-23 17:19:12 +02:00 |
|
Sarah Hoffmann
|
84d6b481ae
|
convert sqlite: add index on parent_place_id
|
2023-10-23 17:19:12 +02:00 |
|