tagtree: "By First Letter" : fix numerical entry + add a "Special character" entry

- The "Special character" entry will show all special characters (non numerical + non letters)
- The numerical entry was bug, and could show some special characters from the ASCII table. It is now fixed.

Change-Id: I001fb322fab81918996e15e4d0ca6b7c9e5160af
This commit is contained in:
Paul Sauro 2025-02-07 14:39:49 +01:00 committed by William Wilgus
parent 2cf6a443b1
commit d5fc0e4cb3
5 changed files with 56 additions and 4 deletions

View file

@ -74,7 +74,8 @@ enum clause { clause_none, clause_is, clause_is_not, clause_gt, clause_gteq,
clause_lt, clause_lteq, clause_contains, clause_not_contains,
clause_begins_with, clause_not_begins_with, clause_ends_with,
clause_not_ends_with, clause_oneof,
clause_begins_oneof, clause_ends_oneof,
clause_begins_oneof, clause_ends_oneof, clause_not_oneof,
clause_not_begins_oneof, clause_not_ends_oneof,
clause_logical_or };
struct tagcache_stat {