pub fn canonical_results_filter_key(raw: &str) -> StringExpand description
What: Normalize a results_filter label for map keys and settings.conf suffixes.
Inputs:
raw: Value fromrepos.conf(may contain-, spaces, etc.).
Output:
- Lowercase string with non-alphanumeric runs folded to a single
_.
Details:
- Matches
results_filter_show_<token>insettings.confwheretokenuses the same rule.