We have many jobs running at different frequencies (daily, hourly, some minutely), and we're finding it tough to wade through the list of Successful Jobs to find say, the last successful run of a daily job, simply because there are many, many more successful runs of the job that runs every minute.
It would be nice if there was a text/search box where you could enter in a Job Name and the list of jobs would then be filtered to only those that matched the entered Job Name. So if you were on the Succeeded Jobs page and entered in 'Xyz', then only succeeded jobs with the job name 'Xyz' would be in the results table.
There was already a PR #609, but it is a breaking change, hence it won't officially appear until version 2.0.
@suadev does not work well when you have hundreds of thousands / millions of jobs in the history, as it's obviously fetching all of them and filtering client-side ...
Most helpful comment
@suadev does not work well when you have hundreds of thousands / millions of jobs in the history, as it's obviously fetching all of them and filtering client-side ...