Searchbar filter - accept spelling mistakes

Hey,
I have a searchbar filter. The problem on this filter is when I search for “cheese”, I only get the results that contains “cheese” in the database.

But what if I write “cheeje” instead of “cheese” ? Then I get no results…
So I need a code that consider spelling mistakes.

Do you have any ideas ?

Try to use RegEx, but this is a big code-area, so if you are strong in RegEx, you could use it.

Already tried hasSome as filter? Perhaps it do the function you need, try it out.

Ja, es müsste doch aber auch gehen, dass ich dem Filter sage, dass er mir alle Ergebnisse anzeigen soll, die z.B. zu 80% übereinstimmen.
Bei mir werden halt hauptsächlich Orte gesucht, da wäre das etwas umständlich.

Yes, but it should also be possible that I tell the filter to show me all results that match e.g. 80%.
I am mainly looking for places, so it would be a bit cumbersome.