cylc/cylc-ui

Filter by ID handle globs or regex?

Closed this issue · 1 comments

Problem

In Cylc7 GUI, when filtering tasks, you could put in things like abc|wer to match either abc or wer. I think you could do regex or glob patterns too but I have not checked. When I try to filter tasks in the web UI (v2.1.0), it appears quite limited. I can type in abc and it will match any task with abc, but, it doesn't seem to handle glob patterns and I can't get it to filter on multiple task patterns at once.

Proposed Solution

Extend the power to handle more options, more in line with how Cylc7 allowed you to filter.

Duplicate of #1264