Description of problem: When user types any text in the search field on job list page (/jobs) it searches for ID matching the text (exact match). It should match on whiteboard text instead and operation should be "contains". Searching whiteboard text by default makes much more sense to me than looking up ID (=more user friendly). Version-Release number of selected component (if applicable): 0.14.1 How reproducible: always Steps to Reproduce: 1. Go to jobs list page (/jobs) 2. Fill in the search field 3. Press Toggle Search and verify that it is looking up by ID Actual results: Text search field looking up ID by default, making me unhappy and forcing me to click more. Expected results: Search the witeboard (in "contains" mode), allowing me to do less clicking and making me more happy :). Additional info:
Created attachment 859561 [details] proposed patch to search whiteboard by default
Created attachment 859562 [details] search by whiteboard by default paths fixed to start at repo root
I'd like to see this implemented as well. I'll have to click 3 to 5 times to get the search results, where as the whiteboard would make it so much more easier and would save me quite a lot of mouse clicks.
https://gerrit.beaker-project.org/#/c/5585/
Since the patch was posted, Beaker went into maintenance. While is back in feature development, I'll move this back to NEW until we can get one of the new members finishing this.
https://gerrit.beaker-project.org/#/c/5998/
This bug fix is included in beaker-server 25.0.git.218.831c6c0fc which is currently available for testing here: https://beaker-devel.app.eng.bos.redhat.com/
Searching for jobs in the form of 'J:14000' returns the matching job. The default search matches against the whiteboard by default. Marking bug as VERIFIED.
Beaker 25.0 has been released. Release notes are available upstream: https://beaker-project.org/docs/whats-new/release-25.html