Julian Simioni
1f8f515a71
Merge pull request #578 from pelias/dep-version-changes
...
Update version numbers for 'pelias-' dependencies
8 years ago
avulfson17
dc323a07c5
Update version numbers for 'pelias-' dependencies
8 years ago
Julian Simioni
09756e4eb2
Merge pull request #576 from pelias/adding-county-name
...
Shows county in label if there isnt a locality or local admin
8 years ago
Alec Vulfson
2092cf2e15
Shows county in label if there isnt a locality or local admin
8 years ago
Julian Simioni
29a28e5d85
Merge pull request #573 from pelias/update-gn-layers
...
Updating list of layers for Geonames
8 years ago
Alec Vulfson
4dc0f90088
Allow shortened names of sources to be used in gid
8 years ago
Julian Simioni
ffbaffbe93
Merge pull request #538 from pelias/elasticsearch2
...
upgrade to ES2+
8 years ago
Julian Simioni
675233c9c4
Update pelias-config to 2.0.0
8 years ago
Julian Simioni
6b47e4bc52
Update pelias-query to 8.0.0
8 years ago
Alec Vulfson
35e548ef15
Updating list of layers for Geonames
8 years ago
Peter Johnson
5964e57faa
change ngram analyzer used in /search to peliasQueryFullToken from peliasIndexOneEdgeGram. this will have a positive effect on performance due to less tokens being produced
8 years ago
Julian Simioni
cad9d13be9
Merge pull request #563 from vesameskanen/relax-name-deduping
...
Do not consider absence of an additional name as a difference
8 years ago
Peter Johnson
d3cd14e304
disable focus for single token queries, use constant_score for ngrams matching
8 years ago
Peter Johnson
52c35cb37d
allow single non-numeric chars, change boost_mode to 'replace' for function_score queries
8 years ago
missinglink
080b2cb63a
resolve merge conflicts
9 years ago
Julian Simioni
7047cf6b0d
Merge pull request #566 from pelias/greenkeeper-pelias-query-7.0.2
...
Update pelias-query to version 7.0.2 ๐
9 years ago
Peter Johnson a.k.a. insertcoffee
bc76674694
Merge pull request #567 from pelias/focus_offset_minimum
...
Focus offset minimum
9 years ago
missinglink
4b98b5e519
focus minimum set to 0km instead of 1km
9 years ago
missinglink
cb35f37312
focus minimum set to 0km instead of 1km
9 years ago
missinglink
b4115f2945
resolve rebase conflict
9 years ago
greenkeeperio-bot
801f86c5cc
chore(package): update pelias-query to version 7.0.2
...
https://greenkeeper.io/
9 years ago
Vesa Meskanen
7430530391
Merge remote-tracking branch 'pelias/master' into relax-name-deduping
9 years ago
Vesa Meskanen
73f64ce3e1
Cleanup: tabs -> spaces
9 years ago
Julian Simioni
0533e7d851
Merge pull request #562 from pelias/fix_dependencies
...
fix: Explicitly depend on packages' optional dependencies
9 years ago
Julian Simioni
a4c31b6f8d
fix: Explicitly depend on packages' optional dependencies
...
[istanbul](https://www.npmjs.com/package/istanbul ) and
[escodegen](https://www.npmjs.com/package/escodegen ) have optional
dependencies, which for some reason `npm ls` in npm version 3 fails to
handle properly. We don't need these packages, but installing them does
little harm so it seems to be the best way to make our precommit-hook
scripts pass for all users.
9 years ago
Vesa Meskanen
e22b973cdf
Do not consider absence of an additional name as a difference
...
OSM data includes two almost identical 'Keskustori, Tampere' entries.
The second one does not have additional 'name.ru' property. This is
no longer considered as a difference in deduping.
9 years ago
Julian Simioni
af7a66126c
Add LGTM config
9 years ago
Julian Simioni
593461bbda
Merge pull request #557 from pelias/greenkeeper-pelias-query-7.0.1
...
Update pelias-query to version 7.0.1 ๐
9 years ago
greenkeeperio-bot
e65072cfa4
chore(package): update pelias-query to version 7.0.1
...
https://greenkeeper.io/
9 years ago
Julian Simioni
38cabe5a2f
Merge pull request #555 from pelias/redirect_to_v1
...
Redirect to /v1 if no legacy proxy specified
9 years ago
Julian Simioni
b265cf9923
Merge pull request #553 from pelias/greenkeeper-express-http-proxy-0.7.0
...
Update express-http-proxy to version 0.7.0 ๐
9 years ago
Julian Simioni
c154325f3e
Redirect to /v1 if no legacy proxy specified
...
For when we have multiple active API versions, we have code to redirect
from one running API server to another. Right now, we've disabled the
beta/legacy API server and haven't released a V2 yet, so we currently
have no proxying configured.
Right now the default with no configuration is to simply return an
error. However that means that request to http://search.mapzen.com/
return that unfriendly error. We have a nice friendly /v1 page, so in
the case of no proxy being set up, it makes sense to redirect to that.
9 years ago
Julian Simioni
b38a432e2f
Merge pull request #554 from pelias/readme_header
...
Reorganize Readme header
9 years ago
Julian Simioni
c691df2f60
Reorganize Readme header
...
This moves things around to be a bit more organized:
* Puts our standard header with links to pelias/pelias, Mapzen Search,
etc first
* moves the badges together
* The link to the documentation was going to a silly page that just
linked to another page, so it's a direct link now.
* Adds a small description sentence
9 years ago
greenkeeperio-bot
183741709d
chore(package): update express-http-proxy to version 0.7.0
...
https://greenkeeper.io/
9 years ago
Julian Simioni
7c629d5974
Merge pull request #549 from pelias/lower_reverse_radius
...
Lower default reverse search radius, add a bigger radius for coarse reverse
9 years ago
Julian Simioni
c9d87f7b0c
Add a separate default distance for coarse reverse
9 years ago
Julian Simioni
4acbc2a001
Change default reverse radius to 1km
...
Its a little more work to support different unit types, 1km is still
fine.
9 years ago
Julian Simioni
16d0a8b539
Rename test to clarify layers matter
9 years ago
Julian Simioni
05baed7b51
Whitespace
9 years ago
Julian Simioni
bad7b13ab2
Merge pull request #548 from pelias/remove_unused_file
...
Remove unused sanitiser test
9 years ago
Julian Simioni
4069c99212
Remove unused sanitiser test
...
The sanitiser got removed at some point, but the tests remained.
9 years ago
Julian Simioni
5b15b0f30a
Merge pull request #542 from pelias/respect_privacy_headers
...
Respect privacy headers
9 years ago
Stephen K Hess
c8d2002122
Merge pull request #544 from pelias/greenkeeper-pelias-query-7.0.0
...
Update pelias-query to version 7.0.0 ๐
9 years ago
Diana Shkolnikov
f5f07dce40
Merge pull request #543 from pelias/source_id
...
Add source_id property
9 years ago
Julian Simioni
d7eacaf59e
Fix mistaken order of parameters
...
peliasAdmin was supposed to be a parameter to the multi match view, but
instead it was being sent to the score view and ignored.
Thanks to @trescube for catching this.
9 years ago
greenkeeperio-bot
ca0b121bde
chore(package): update pelias-query to version 7.0.0
...
https://greenkeeper.io/
9 years ago
Diana Shkolnikov
1435de906d
Add source_id property
9 years ago
Julian Simioni
5a3c9bbb76
Merge pull request #540 from pelias/remove_unused_engines
...
Remove unused engines
9 years ago
Julian Simioni
23ff51fd57
Add custom access_log handlers that remove user info
...
These handlers will remove sensitive query info from the logs when DNT
is enabled
9 years ago