Bug #3340
closedNode query with OR and regexp doesn't OR the result
Description
When using a query with "OR", when one line use a regexp, the lines are not ORed...
Example :
Node summary hostname Regexp blabliblu[0-9].*
OR
Node summary Operating System Type = Linux
-> 0 results
Updated by François ARMAND over 11 years ago
Tobe more precise: if there is only regex, it works as expected, you need to have at least one other comparator to have a bad result.
Updated by François ARMAND over 11 years ago
- Status changed from New to In progress
That one is a difficult one :/
Updated by François ARMAND over 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
Pull request here: https://github.com/Normation/rudder/pull/138
Updated by François ARMAND over 11 years ago
Real pull request here: https://github.com/Normation/rudder/pull/141
Updated by Nicolas CHARLES over 11 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from Nicolas CHARLES to François ARMAND
This looks valid
Appart from the typo and the comment, everything seems correct. Could you correct the method name please ?
Thank you !
Updated by François ARMAND over 11 years ago
- Status changed from Discussion to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
Remark addressed!
Updated by François ARMAND over 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 93a9834291fbe1022a63afc8e5920750ee5db71b.
Updated by Nicolas CHARLES over 11 years ago
Applied in changeset 7be902fdc8a382f28eb77dd5a976be7422bd66d6.
Updated by François ARMAND over 11 years ago
Applied in changeset 6241a50a4e547e7d4378e4041fc20ba374c7eb4a.
Updated by François ARMAND over 11 years ago
Applied in changeset 49fdb7de4ea68e49f6554669e0e92e6e9a206fbb.
Updated by François ARMAND over 11 years ago
Applied in changeset 139eb7647f69424235b8113e5c55abfffe2abb81.
Updated by Matthieu CERDA over 11 years ago
- Status changed from Pending release to Released
This ticket has been adressed in the 2.3.11 release of Rudder.
The ChangeLog is available here: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog23