zbycz / osmapp

Lets make a universal app for OpenStreetMap
https://osmapp.org
GNU General Public License v3.0
210 stars 17 forks source link

Search results inconsistent with punctuation #125

Open Flohhhhh opened 1 year ago

Flohhhhh commented 1 year ago

This seems to be a combination of issues, for one some places are labeled without punctuation. Another issue is that the search understands punctuation like apostrophes as characters.

I'm not sure what can be done to resolve this, but here's an example.

image image

zbycz commented 1 year ago

That is omni present issue in OpenStreetMap data.. inconsistency. The tools/apis around it try to fix it somehow, but its neverending story i guess.

If you want to fix this one, please fill an issue at our Search API service: photon.komoot.io - i think it could be fixed by ignoring the apostrophes in user input and also in the OSM dtb. But maybe it has sideeffects. :)

Flohhhhh commented 1 year ago

This appears to be working better than before, not sure why.