Bug #1143
Searching for hosts with parameters is broken.
| Status: | Closed | Start: | 09/02/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Search | |||
| Target version: | 1.1 | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 2 (View) |
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.
Associated revisions
Revision 7c9f112ea20d404a19b50d1f2b1f182548ff72a2
fixes #1143 Searching for hosts with parameters is broken.
History
Updated by Bash Shell over 1 year ago
Note that searching with "=" instead of "~" works fine:
"params.param1 = val1"
Updated by Ohad Levy over 1 year ago
- Assigned to set to Amos Benari
Updated by Bash Shell over 1 year ago
Looks like in the latest develop, searching for anything returns results:
Like:
"params.noexist = noexist"
returns all hosts.
Updated by Greg Sutcliffe 6 months ago
- Target version set to Bug scrub
Updated by Amos Benari 6 months ago
- Status changed from New to Resolved
