https://example.com/foods.json?orderBy="title"&startAt="Yoğurt"&endAt="Yoğurt\uf8ff"
With the above link, I can search the data in Firebase Realtime Database Rest Api using startAt, endAt query parameters.
How can I find the results when searching with similar special characters?
For example, yoğurt and yogurt, kızartma and kizartma
I want to get the same result when written both ways.
If this is not possible with Firebase, is it possible with String methods in Javascript or Dart programming language?