Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- The Search operation is offered for the Configuration view and the Workflows view.
- The Search operation makes use of the wildcards % (any number of characters) and _ (underscore, a single character).
Desired Behavior
- The Search operation should allow glob wildcards too
- * (star): any number of characters
- ?: a single character