Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 4011
blobf74a3b91fee1df4aa632d419fe421e76d5f5762c
1 Title: Quicksearch: Introduced new filters tg, ad and al
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Version: 1.4.0b1
6 Date: 1484219043
7 Class: feature
9 With this update the following filters are available.
11 <ul>
12 <li>h: matches hostname</li>
13 <li>s: matches service description</li>
14 <li>hg: matches hostgroup</li>
15 <li>sg: matches servicegroup</li>
16 <li>ad: matches host address</li>
17 <li>al: matches host alias</li>
18 <li>tg: matches host tag</li>
19 </ul>
21 You can specific multiple filters in a single query.
22 Filters of different types are ANDed. Filters of the same type are ORed,
23 with the exception of the tg: filter, where all tg: patterns are also ANDed.