Hi to all, In nominatim, we need to give exact query(string) which are stored in DB. For example We can get data when search as "guduvancheri", but cant get data when searching as "guduvanchery" or searching as "guduvancher". How to fix these type of issues? asked 19 Nov '15, 14:20 Rajavelu_M edited 19 Nov '15, 14:20 |
One Answer:
Nominatim does not support similarity searches. You might want to look at Photon (https://github.com/komoot/photon) which feeds off the Nominatim index and claims to have "typo tolerance": answered 19 Nov '15, 15:00 Frederik Ramm ♦ edited 19 Nov '15, 15:31 SomeoneElse ♦ |
... or see https://wiki.openstreetmap.org/wiki/Search_engines where you have at least "Pelias" as another solution.