Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Address suggestion engine returns invalid addresses #2

Open
YenTheFirst opened this issue Jan 3, 2012 · 0 comments
Open

Address suggestion engine returns invalid addresses #2

YenTheFirst opened this issue Jan 3, 2012 · 0 comments

Comments

@YenTheFirst
Copy link
Contributor

when given the search input "647 E 3rd"/"02127", the user is redirected to an address matching page.

this page suggests, among other entries, "647 E 3 Rd St, 02127". However, clicking on this link just redirects again to the address matching page.

I think the problem is that it's matching "3rd" as "3 Rd". changing the generated url from
"http://www.discoverbps.org/schools?address=647+E+3+Rd+St&grade_level=K0&sibling_school=&zipcode=02127"
to
"http://www.discoverbps.org/schools?address=647+E+3Rd+St&grade_level=K0&sibling_school=&zipcode=02127"

fixes the problem and allows results to be listed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant