Tino Schuldt
Tino Schuldt

Reputation: 23

Fuzzy Search with OpenStreetMap

I am trying to implement a restaurant search using OpenStreetMap that corrects typos similarly to Google Search. For example, if a user types 'Tresch,' it should still find the restaurant 'Brasserie Tresznjewski'.

I tried: Fuse.js Nominatim OpenStreetMap API Treshold adjustments Levenshtein-Algorithmus

Upvotes: 2

Views: 85

Answers (1)

scai
scai

Reputation: 21469

The Photon geocoder (which is partly based on Nominatim) has "typo tolerance":

Upvotes: 1

Related Questions