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
Today we are merging https://github.com/pelias/api/pull/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 https://github.com/pelias/parser/commit/a65218d347b682da291ee16b6f84ddf4aba4827aA 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.