Peter Johnson
00b123adfb
enable ?source=s and ?layers params for autocomplete
9 years ago
Peter Johnson
8431763a12
fix handling of ?size= param for autocomplete
9 years ago
Peter Johnson
63558eb15d
add ciao dummy data script and README on how to use it
9 years ago
Julian Simioni
136f970b71
Merge pull request #467 from pelias/warn_quattroshapes2
...
Fix typo
9 years ago
Julian Simioni
d5b818ea84
Fix typo
9 years ago
Julian Simioni
364391fc1c
Merge pull request #465 from pelias/warn_quattroshapes
...
[staging] Emit a warning about the WOF transition when sources=qs used
9 years ago
Julian Simioni
26d49ac7a7
Update ciao tests
9 years ago
Julian Simioni
e97d72d7b6
Send warning when sources=quattroshapes
9 years ago
Stephen K Hess
966b6a590e
Merge pull request #461 from pelias/modify-region-specific-label-generation
...
Modify region specific label generation
9 years ago
Stephen Hess
5b934b27c3
removed debug
9 years ago
Stephen Hess
c746bd8d36
added `macroregion` to default and GBR schemas (with tests!)
9 years ago
Stephen Hess
fd0718a699
updated labelGeneration special case so that region-specific logic only applies to US/CA
9 years ago
Stephen Hess
1204727f74
added `macrocounty` and `macroregion` to properties to pull from parent
9 years ago
Diana Shkolnikov
5919901b7a
Merge pull request #444 from vesameskanen/fix-dedupe
...
Fix dedupe
9 years ago
Stephen Hess
77f396d5cb
exposed `macrocounty` and `macroregion` fields in geojsonify
9 years ago
Julian Simioni
a578d063ee
Merge pull request #453 from vesameskanen/config-localnaming
...
Make street/number flipping configurable
9 years ago
Vesa Meskanen
1a156488d2
Unit test for configured flip street/number countries
9 years ago
Vesa Meskanen
0d0651f8ac
Get rid of ugly for-loops using lodash
9 years ago
Vesa Meskanen
90ce532337
Merge remote-tracking branch 'pelias/master' into config-localnaming
...
Conflicts:
middleware/localNamingConventions.js
9 years ago
Julian Simioni
e8411570bf
Merge pull request #459 from pelias/update_travis_version
...
Update travis versions
9 years ago
Julian Simioni
34434ad029
Update travis versions
...
Consolidate on the latest minor versions of Node 4 and 5
9 years ago
Vesa Meskanen
00a4bd52a3
Bugfix: deduping caused an error if an array property was missing
...
Conversion from array to string should happen independently for
the compared properties, not only when both are arrays.
9 years ago
Vesa Meskanen
0064f6f257
Add two new test entries to test neighbourhood and locality in deduping
9 years ago
Vesa Meskanen
6ab44e0aa2
neighborhood -> neighbourhood
9 years ago
Julian Simioni
5e2e71fa15
Merge pull request #457 from pelias/rename-address-prop
...
Rename address prop
9 years ago
Diana Shkolnikov
582fd50902
Update pelias-query package version
9 years ago
Diana Shkolnikov
74467e91e6
Update tests and fixtures
9 years ago
Diana Shkolnikov
0917a84988
Update property names in query defaults
9 years ago
Diana Shkolnikov
4ed5296d79
Update middleware with new prop name
9 years ago
Diana Shkolnikov
c463772e31
Merge pull request #443 from pelias/expose-bbox
...
Expose bbox
9 years ago
Vesa Meskanen
766b68ef7c
Make street/number flipping configurable
...
pelias_config.api.localization.flipNumberAndStreetCountries can
define an array of ISO 3166-1 alpha-3 country codes, for which
the street number should come after street name.
9 years ago
Diana Shkolnikov
663c2ad232
Merge branch 'master' of github.com:pelias/api into expose-bbox
9 years ago
Diana Shkolnikov
ab5004273b
Fix unit tests due to new version of pelias-query
9 years ago
Diana Shkolnikov
5e906d4dfe
Merge branch 'master' into expose-bbox
9 years ago
Julian Simioni
3a9ddfcc82
Merge pull request #448 from pelias/pass_elasticsearch_config
...
Pass esclient config to elasticsearch module
9 years ago
Julian Simioni
b4fb62f2c9
Test that src/backend passes correct config to elasticsearch
9 years ago
Julian Simioni
6f7b2ac68a
Pass esclient config to elasticsearch module
...
This fixes a regression in #423 that breaks our configuration in dev and
production.
9 years ago
Julian Simioni
a3cdcb1e14
Merge pull request #451 from pelias/pelias_query_6_1_0
...
Upgrade to pelias-query@6.1.0
9 years ago
Peter Johnson
a4f6e70d25
upgrade to pelias-query@6.1.0
9 years ago
Diana Shkolnikov
04e19b1cfa
Merge pull request #447 from pelias/local-naming
...
Fix local naming convention and confidence score middlewares
9 years ago
Diana Shkolnikov
aff146aec3
Fix local naming convention and confidence score middlewares
9 years ago
Vesa Meskanen
a2e96987fc
Remove expensive JSON.stringify from api debug logging calls
9 years ago
Vesa Meskanen
caaee361b2
Take absence of information as a difference, after all
...
Is '5 main street' same as 'main street'? Probably not. It may be that
less detailed data is different data, not just bad data. maybe this can
be changed if coordinates are considered, too.
9 years ago
Vesa Meskanen
827788e16c
Revert "Dedupe unit test data for testing missing attributes"
...
This reverts commit 6430930cb5
.
9 years ago
Vesa Meskanen
6430930cb5
Dedupe unit test data for testing missing attributes
...
Test data has two otherwise identical entries, but the latter
one lacks some attributes. It should be considered as a duplicate.
9 years ago
Vesa Meskanen
0e6bf8ed00
Improve response deduping
...
Consider locality and neighborhood, too. Do not take absence of
an attribute as a difference.
9 years ago
Diana Shkolnikov
e17b940136
Compute extent bounding box and expose bounding_box property in results
9 years ago
Diana Shkolnikov
36b6adddfd
Add bounding_box parsing step
9 years ago
Julian Simioni
9bc2c69118
Merge pull request #423 from pelias/use_elasticsearch_module
...
Use the official elasticsearch module
9 years ago
Julian Simioni
ab427229f4
Use the official elasticsearch
...
This replaces the pelias-esclient library which has not been maintained
for a long time.
9 years ago