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?
Searching for
12345 marketreturns a404that looks like:Should the search type be
addressinstead ofstreet?