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
{{ message }}
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: