You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we are merging pelias/api#1565 which brings a bunch of pelias/parser changes into pelias/api.
As part of this process we did some wider acceptance test checks and diff'd them against the current baseline.
One change which was identified was this query (at partial completion "San Simeon Drive Desert Hot Spr") which identifies the incomplete spr token as a street.
San Simeon Drive Desert Hot Springs CA 92240 {"focus.point.lat":33.96112,"focus.point.lon":-116.50168}
-FFFFF0000000000000000000000000000000000FFF00
+FFFFF0000000000000000000000000F00000000FFF00
Running a git bisect shows that this change was introduced in a65218d
A simple change to the en/street_types.txt file seems to resolve the issue, but it's unclear why this issue didn't exist previously.
Today we are merging pelias/api#1565 which brings a bunch of
pelias/parser
changes intopelias/api
.As part of this process we did some wider acceptance test checks and diff'd them against the current baseline.
One change which was identified was this query (at partial completion
"San Simeon Drive Desert Hot Spr"
) which identifies the incompletespr
token as a street.Running a
git bisect
shows that this change was introduced in a65218dA simple change to the
en/street_types.txt
file seems to resolve the issue, but it's unclear why this issue didn't exist previously.The text was updated successfully, but these errors were encountered: