Project

General

Profile

Bug #28819

Updated by Anthony Chevalet over 4 years ago

- create a *domain parameter* on domain#1, ex:    `test-param=value1` 

 test-param=value1 
 - search hosts with filter `params.test-param=value1` 
   -> all hosts part of domain#1 are listed, OK 

 
 - create the *same parameter on a subnet not part of domain domain#1* and set a *different value*, different value, ex: `test-param=value2` 

 test-param=value2 
 - search hosts with filter `params.test-param=value1` 
   -> No entries found 

 expected: all hosts part of domain#1 are listed 

Back