Skip to content
New issue

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

Search type on 404 responses #144

Open
bertday opened this issue Dec 1, 2017 · 0 comments
Open

Search type on 404 responses #144

bertday opened this issue Dec 1, 2017 · 0 comments

Comments

@bertday
Copy link
Contributor

bertday commented Dec 1, 2017

Searching for 12345 market returns a 404 that looks like:

{
  "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?

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

No branches or pull requests

1 participant