Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
-
None
Description
Current Situation
When executing the advanced search for an interval outside the interval for what the daily plan have been created (default 31 days) and specifying a value for the job, job chain or order the records must match exactly
Desired Behavior
When executing the advanced search for an interval outside the interval for what the daily plan have been created (default 31 days) and specifying a value for the job, job chain or order it should be possible to specify a regular expression where also % is a wildcard for .*
Testcase
- Execute the Daily Plan advanced search
- specify a regular expression for jobs e.g. .*
- Check whether the resultset contains entries where job is matching the regular expression
- specify a regular expression for job chain e.g. .*
- Check whether the resultset contains entries where job chains is matching the regular expression
- specify a regular expression for Order-ID e.g. .*
- Check whether the resultset contains entries where Order-ID is matching the regular expression