-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pelias-parser to 1.52.0 #1452
Conversation
Looking over the release notes, most of the new feature work targeted unit numbers and unit types. |
There are just a couple improvements to autocomplete from this PR, but they are pretty good, especially for venue queries:
|
70463ea
to
6cdf31b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full changelog:
- fix parsing of "Empire State Building"
- add -kanal as seperable street suffix
- improved street name parsing (for intersections)
- supports for central European street names
- supports for unit (unit/apt/lot/#..) & included in parser responses
- allow middle names
- Brazilian postcodes format
- improved parssing of ordinal prefixes
- venue classification (replace
place
) - improved USA highway name parsing
- improved parsing of directional prefixes/suffixes
6cdf31b
to
5a18a16
Compare
There were remarkably few changes required to the unit tests in API with this upgrade.
5a18a16
to
5134090
Compare
Just did some final testing on this, we're seeing good improvements across the board with this upgrade. Definitely good stuff :) |
It passes since pelias/api#1452 and pelias/parser#84
There were remarkably few changes required to the unit tests in API with this upgrade.