Skip to content

Tags: razorness/api

Tags

v5.27.0

Toggle v5.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#1525 from pelias/negative-sources-and-layers

Negative sources and layers

v5.26.2

Toggle v5.26.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#1536 from pelias/handle-empty-admin-tokens

Ignore empty tokens in query view

v5.26.1

Toggle v5.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#1533 from pelias/pelias-labels-1.16.1

fix(labels): handle rare case where name is empty

v5.26.0

Toggle v5.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(autocomplete): Add support for autocompleting postalcodes (pelia…

…s#1514)

Enable support for autocompleting postalcode by relaxing constraints
around when we allow partial matches on numeric inputs.

Historically, Pelias has not allowed the `text` parameter input to match
a "partial" result when the entire input consists only of numbers.
Considering there are often _lots_ of results that could match a numeric
input like `1`, `10`, or even `1014`, and most of them are addresses
that have little chance of being relevant, this approach isn't without
merit.

However postalcodes are another possible match, and people want to
search for them reasonably often. They also often consist purely of
numbers.

So this change allows those numeric partial matches when the `address`
layer _won't_ be queried. Thanks to some of our performance
optimizations, this will always be the case for short inputs like
`text=1234` as long as the `layers` parameter is unset or doesn't
explicitly contain the address layer.

In practice, what this means is that a query like `text=9021` will now
result in the `90210` US postalcode first, whereas previously it would
return a bunch of irrelevant venue results scattered around the world.

v5.25.1

Toggle v5.25.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
orangejulius Julian Simioni
chore(CI): Fix incorrect check for env var on release

v5.25.0

Toggle v5.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#1522 from pelias/auto-discover-true

Upgrade to pelias-config-5.0.0 (set `api.targets.auto_discover` to true by default)

v5.24.0

Toggle v5.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(addresses): Ensure Ukranian addresses display housenumber after …

…street

 Include Ukraine in flipNumberAndStreetCountries list

v5.23.2

Toggle v5.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#1519 from pelias/remove-default-timeouts

Remove default timeout and retry values for Pelias services

v5.23.1

Toggle v5.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#1513 from pelias/joxit/fix/normalizeParentIds

normalizeParentIds: cannot read property toLowerCase of null when source is not set

v5.23.0

Toggle v5.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#1511 from pelias/labels-1.16.0

feat(deps): Upgrade to pelias-labels-1.16.0