Improve address search
See original GitHub issueIf one enters an almost complete or even complete address, the suggestions are sometimes very unrelated and sometimes misleading.
Examples:
- Enter
10787 Keithstraße 2
which is a ZIP code 10787 and an addressKeithstraße 2
: You get five numbers in Keithstraße, but none of them is 2. If there’s a direct match, it should be displayed as first result - Enter
Keithstraße 2, Berlin
yields the only result
which is very misleading because there’re two Keithstraße 2 in Berlin in different districts (smart, right?) and both should be displayed (in the worst case a user interprets the only result as the fact that there’s only one street with that address).Keithstraße 2 12307, Lichtenrade, Tempelhof-Schoneberg, Berlin, Berlin, Germany
- Entering
Gubener Str. 40, 10243
allows to identify an address correctly since the ZIP code identifies the city, but it yields
which has much less to do with the exact matchGubener Straße 40 Gelsenkirchen, Gelsenkirchen , Nordrhein-Westfalen, Germany Gubener Straße 40 40627, Dusseldorf, Düsseldorf , Nordrhein-Westfalen, Germany
Gubener Str. 40, 10243 Berlin
which isn’t displayed at all.
I’m aware that this confusion might be caused by regional address forms, but as a user I simply don’t want you to make me think.
maps.openstreetmap.org has this figured out, you can probably take over their logic.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
15 Address Lookup Solutions To Improve Conversions
1. Address doctor from Informatica: Verifies addresses from over 240 countries. · 2. AFDSoftware: Offers a UK postcode lookup product and a ...
Read more >Maps Solutions: Improve Addresses - Google Maps Platform
Learn to help users quickly enter the right address when searching, signing up, or checking out with Google Maps Platform.
Read more >Address Validation & Address Lookup Service - Loqate
Real-time Address Verification and Address Lookup Service from Loqate ensures clean & consistent address records for web forms, business data entry & more....
Read more >Address Check Tool - Melissa Lookups
Use the Address Check tool to instantly check, verify and correct U.S. and Canadian addresses according to USPS and Canada Post standards. Search...
Read more >Find & improve your location's accuracy - Google Maps Help
Tip: These steps will also improve your search results and make them more relevant to you. ... You'll find "https" in the address...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, should be better now. All queries work now.
Thanks @krichter722 and @pathmapper for the digging. Jep, data should be pretty much the same. Our dump is 4-5 weeks old.
However, our Pelias software stack is as old. Their reference server usually runs the latest & greatest. Could be the reason. I’ll upgrade this week and report back.
@krichter722 for future reference: If you could paste the URLs used to find an address that’d much speed up our end. In the developer tab of your browser (usually CTRL + SHIFT + I), you can see the request in the
Network
tab, it always starts withsearch?
. If you copy theRequest URL
you see on the right next time, that’d be superb:)