osmandapp / osmandapp/OsmAnd-iOS
Searching for POIs with Diacritic's Name
Nobody has claimed this yet.
- Dominant language
- Objective-C++
- Stars
- 351
- Forks
- 119
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 87
Description
OsmAnd is unable to return results when searching for POI's that contain diacritics in their name if the diacritics are not included in the search term. This is not a problem in Nominatim.


Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in OsmAnd-iOS by searching for a POI with diacritics both with and without the marks, using the examples in the screenshots. Trace the iOS search entry point to determine where the search term is matched against POI names; done means unaccented terms return the same relevant results as accented terms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, objective-c
- Domain
- mobile-dev, search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100