[5.x] Add support for batch searching#1714
Merged
taylorotwell merged 2 commits intolaravel:5.xfrom Feb 21, 2026
Merged
Conversation
474d99b to
3f7d1d8
Compare
lewislarsen
pushed a commit
to lewislarsen/horizon
that referenced
this pull request
Feb 25, 2026
* feat: add search to batches view * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I recently had a scenario pop up at work where I had to monitor several thousands of jobs over a day to coordinate some work with Stripe. These were all batched, for one reason or another, and it became fairly annoying to have to find failed jobs within a batch on the batch view in Horizon.
Another slight annoyance was that while I was sifting through batches and paging through a lot of job data, I couldn't navigate back to my paginated spot on the batch view when inspecting a batch from the batch detail view.
This PR adds a search to the batch table so we can easily search by batch name or UUID, along with adding some query parameters so we can keep pagination state in browser history. Added benefit is getting to send links to coworkers so they can get right to the batch page in the page table we might be interested in looking at.
Totally open to thoughts around this or if there was a particular reason this wasn't intentionally included. Love Horizon, and hope to make it even better for everyone!
Screenshots
Searching for a batch by UUID with the new search field:
Searching for a batch by name: