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]
Updated by François ARMAND almost 13 years ago
- Status changed from In progress to Discussion
Should the correction of that one go in 2.3.x or in 2.4 ?
Updated by François ARMAND almost 13 years ago
- Status changed from Discussion to In progress
Go to 2.3.5, and will be merged back into 2.4.0
Updated by François ARMAND almost 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 0214a4d6cf061ac1cc6b767002be20b711067e4b.
Updated by François ARMAND almost 13 years ago
Applied in changeset 3f3d0f337d82077c46bddac441d630b580c35da0.
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from Pending technical review to Released
This looks valid
Actions