Normalization of ä, ö,ü and ß in filters and search of duplicates

This commit is contained in:
2026-08-03 21:17:32 +00:00
parent b54b180115
commit 9b080bc860
9 changed files with 95 additions and 15 deletions
+2 -1
View File
@@ -2,12 +2,13 @@
Release notes are stored outside the project root to keep the repository overview compact.
The current release is **0.5.5.29**.
The current release is **0.5.5.30**.
Older notes are concise English summaries migrated from the original release documents. Git history remains authoritative for exact implementation details.
## Releases
- [0.5.5.30](UPDATE-0.5.5.30.md)
- [0.5.5.29](UPDATE-0.5.5.29.md)
- [0.5.5.28](UPDATE-0.5.5.28.md)
- [0.5.5.27](UPDATE-0.5.5.27.md)
+10
View File
@@ -0,0 +1,10 @@
# Version 0.5.5.30
## Umlaut-aware table filtering and duplicate detection
- Normalizes German umlauts in all generic browser-side table filters.
- Treats `ä/ae`, `ö/oe`, `ü/ue`, and `ß/ss` as equivalent during filtering.
- Applies the same normalization to duplicate detection while preserving the existing case-sensitivity option.
- Applies the same behavior to the standalone software inventory filter.
- Applies equivalent normalization to the server-side recent-job filters so historical searches behave like browser-side tables.
- Keeps original values, display text, sorting, and stored data unchanged; normalization is used only for comparisons.