Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 949
blobae7974ee608966d12354d9681a30a4740d931e12
1 Title: Quicksearch: now able to search for multiple hosts at once
2 Level: 1
3 Component: multisite
4 Version: 1.2.5i5
5 Date: 1404308868
6 Class: feature
8 In the quicksearch snapin you can now enter the following syntax
9 C+:
10 h:firsthost h:otherhost h:testhost
11 C-:
13 The quicksearch dropdown will show the matches for the given names (case insensitive, no exact match).
14 If you want an exact hostname match you need to finish the name with $.<br>
16 When you press enter a host search formular will show up with the hosts given in the quicksearch field.<br>
17 The feature also works with host ip addresses<br>
19 In the quicksearch dropdown you can mix hostnames and ipaddresses - they will both show up in the dropdown.
20 However, the search formular is only able to display either one or the other.