We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searching for 12345 market returns a 404 that looks like:
12345 market
404
{ "status": 404, "error": "Not Found", "message": "Could not find any addresses matching query.", "details": { "normalized": "12345 MARKET ST", "query": "12345 market st", "search_type": "street" } }
Should the search type be address instead of street?
address
street
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Searching for
12345 market
returns a404
that looks like:Should the search type be
address
instead ofstreet
?The text was updated successfully, but these errors were encountered: