Actions
Bug #1143
closedSearching for hosts with parameters is broken.
Description
How to reproduce:
1> Create 2 hosts
2> Add a parameter to ONE of the above hosts: "Param-name = param1 and Param-value = val1"
3> Search on the web interface for: "params.param1 ~ val1"
4> Expected results: One host should be returned.
5> Actual results: Hosts not having this parameter are returned.
Updated by Bash Shell over 13 years ago
Note that searching with "=" instead of "~" works fine:
"params.param1 = val1"
Updated by Bash Shell over 13 years ago
Looks like in the latest develop, searching for anything returns results:
Like:
"params.noexist = noexist"
returns all hosts.
Actions