The search/filter field only matches literal text. Ideally, I would like to be able to filter some runs by using a prefix that multiple labels may share. E.g. if I link some runs to an external integration that always adds a label : dg_run_[<RUN_ID>] I would like to be able to get all of these runs by searching for dg_run_ . I currently solve this by adding an extra label to each of these runs (shared across all of them) and I can filter without the wildcard search, but it would be cleaner to be able to do a wildcard search directly without the need of adding an extra label.