Actions
Bug #2091
closedError in search with two "regex" match and a "or" composition
Status:
Released
Priority:
2
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the search screen, if we have, or composition for regex on the same object type behaves has a AND composition.
More precisely:
- composition: OR
- criterium 1: node summary, hostname, regex, REGEX1 (node1 and node2 match)
- criterium 2: node summary, hostname, regex, REGEX2 (node2 and node3 match)
Then, [node2] is returned whereas we expected [node1,node2,node3]
Actions