In \addresses requests, treat occupant name as a site name
Open
api
enhancement
geocoder parser
low priority
- Dominant language
- Java
- Stars
- 17
- Forks
- 7
- Avg merge
- 10h 2m
- Merged PRs (30d)
- 15
Description
Occupants that appear in addresses requests, as indicated by the double star delimiter, aren't handled correctly when the occupant address is non-civic.
Occupants with civic addresses are handled correctly. For example, if you enter:
Integrity Floors Ltd ** 8428 Venture Way, Surrey, BC
you get back:
8428 Venture Way, Surrey, BC
with matchPrecision=civicNumber and score=100
However, if you enter:
Gitanyow Economic Development Corp ** Gitwangak, BC
you get:
BC Harbours Board Rwy, Surrey, BC
instead of:
Gitwangak, BC
with matchPrecision=locality and score=68
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.