-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Milestone
Description
Task ID filters currently support glob searching.
This is quick, easily understood and matches Cylc ID matching (GUI / CLI).
However, there may be cases where regex support might be desired by those who understand it. To facilitate this, glob support was added by translating globs into regexes, so implementing regex support is very simple.
Considerations:
- Add a badge to the search field which displays the current mode (glob/regex) and allows users to switch between them.
- Ensure the search mode is preserved in the view options so it will be restored on refresh.
- Ensure that the search mode defaults to
globfor situations where it is not saved in the layout (earlier cylc-ui versions).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels