The GUI provides a field to filter based on the job name (in the job listings) or by task name (under the job details). In both of these fields, I would like to enter the substring of a task name and have it pass the filter. It looks like the
default behavior is to just match the entire string of the job/task name, which does not seem ideal.
I tried wildcards, hoping it would take the globs and then tried regex. Neither of those two would work. Is there a way from the GUI to filter jobs/tasks based on substrings, or even better, on job/task name patterns?
Thanks.