cylc-ui icon indicating copy to clipboard operation
cylc-ui copied to clipboard

views: filter tasks by pattern

Open oliver-sanders opened this issue 1 year ago • 3 comments

We currently allow filtering tasks by name e.g. in the tree view.

Problem

There is a good use case for filtering by pattern too.

Proposed Solution

Two options:

  • Regex
  • [ext]glob

Note that extglobs are currently used for task filtering by Cylc Review and are also used by the CLI and for mutations. So using extglobs for task filtering would assist in issuing multi-workflow/multi-task mutations.

Question

  1. Regex?
  2. [ext]Glob?
  3. Both?

oliver-sanders avatar Mar 29 '23 11:03 oliver-sanders