Filter in property value selection list fails with non-ASCII characters (umlauts)
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 28
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Search first
- I searched and no similar issues were found
What Happened?
When filtering the selection list for node property values, the filter function only works correctly with pure ASCII characters. Filtering for values containing non-ASCII characters, such as German umlauts (ä, ö, ü, ß) or other accented characters, fails: the matching items are either not found at all or return incorrect search results.
Reproduce the Bug
- Create a property with choice/selection values containing umlauts or non-ASCII characters (e.g., "Überprüfen", "Grün", "Ändern").
- Open the property selection/filter dropdown.
- Type an umlaut or a word containing umlauts into the filter/search input.
Observed: Matching items are not filtered correctly, resulting in missing entries or wrong search results.
Expected Behavior
The filter should handle Unicode and non-ASCII characters (like umlauts) correctly, matching and displaying the appropriate property values reliably.
Screenshots
No response
Files
No response
Browser, Desktop or Mobile Platform Information
- Platform: Linux Desktop
- Version: 2.0.1-alpha+nightly.20260917 (DB beta)
Additional Context
Likely caused by a case-insensitivity or string-matching routine that only handles standard ASCII ranges.
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)
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 the property selection/filter dropdown using values such as “Überprüfen”, “Grün”, and “Ändern”. Trace the filter entry point and its string-matching routine, then verify that Unicode and case-insensitive searches return the expected property values on Linux Desktop.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100