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
+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.