Skip to content

Commit 5a077bc

Browse files
adjusting search links, pick-25
1 parent c4ed4af commit 5a077bc

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/common/de/regexes.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ Service-Namen) _passt_ (_matcht_). Der einfachste Anwendungsfall sind Ketten
7272
alphanumerischer Zeichen. Diese (und das als Bindestrich verwendete
7373
Minus-Zeichen) im Ausdruck matchen einfach sich selbst.
7474

75+
// TK: Auskommentiert, da nicht mehr korrekt. Die beiden Link-Ziele existieren zwar noch, trotzdem sollen Links zur Suche generell nur noch das in der 2.5.0 neu erstellte Ziel user_interface#search verwenden.
76+
////
7577
Beim xref:user_interface#search_monitor[Suchen in der Monitoring-Umgebung] unterscheidet {CMK} dabei in der Regel nicht zwischen Groß- und Kleinschreibung. Der Ausdruck `CPU load` matcht also in den meisten Fällen auf den Text `CPU load` genauso wie auf `cpu LoAd`.
7678
Beim xref:user_interface#search_setup[Suchen in der Konfigurationsumgebung] dagegen wird üblicherweise zwischen Groß- und Kleinschreibung unterschieden. Begründete Ausnahmen von diesen Standards sind möglich und werden in der Inline-Hilfe beschrieben.
79+
////
7780

7881
[TIP]
7982
====

src/common/en/regexes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ With regular expressions, it is always a question of whether a pattern _matches_
5959
The simplest application example is a chain of alphanumeric characters.
6060
These (and the minus sign used as a hyphen) simply match themselves in an expression.
6161

62+
////
6263
When xref:user_interface#search_monitor[searching in the monitoring environment] {CMK} is usually not case-sensitive.
6364
In most cases, the expression `CPU load` matches the text `CPU load` as well as `cpu LoAd`.
6465
xref:user_interface#search_setup[Searching in the configuration environment], on the other hand, is usually case-sensitive.
6566
Justified exceptions to these standards are possible and are described in the inline help.
67+
////
6668

6769
[TIP]
6870
====

0 commit comments

Comments
 (0)