Search & Filtering¶
All list pages in Tracker share consistent search, filtering, sorting, and pagination controls. The URL always reflects the current state, so you can bookmark or share any filtered view.
Search¶
Multi-word queries with AND logic. Each word is matched independently (case-insensitive substring) against all searchable fields. An item matches only if every word appears in at least one field.
Example: daq B23 matches a run where "daq" appears in the run name and "B23" in a label.
Searchable Fields by Page¶
| Page | Searchable Fields |
|---|---|
| Runs List | Run name, repository URL, revision, project directory, script name, username, labels |
| Tasks (run-level) | Task name |
| Tasks (process detail) | Task tag |
| Outputs (run) | File path |
| Outputs (global) | File path, run name |
| Timeline | Task name |
Status Filter¶
Each page has a status dropdown. Available statuses vary by page.
Runs: Started (any outcome) is the default -- shows running, succeeded, and failed. Also: All, Registered, Created, Running, Succeeded, Failed.
Tasks: Succeeded, Failed, Running, Submitted, Pending, Aborted.
The process detail page adds a Minimum attempts filter for finding retried tasks.
Sorting¶
Click any sortable column header to sort; click again to reverse. Sort state is preserved in the URL.
Pagination¶
20 items per page (some pages show all items). Resets to page 1 when filters change.