request searching only works on full match
Checklist
NOTE: This bug template is meant to provide bug issues for code existing in the aurweb repository.
This bug template is not meant to handle bugs with user-uploaded packages. To report issues you might have found in a user-uploaded package, contact the package's maintainer in comments.
-
I confirm that this is an issue with aurweb's code and not a user-uploaded package. -
I have described the bug in complete detail in the Description section. -
I have specified steps in the Reproduction section. -
I have included any logs related to the bug in the Logs section. -
I have included the versions which are affected in the Version(s) section.
Description
The newly introduced search function only returns a result when the full name of the pkgbase is entered.
Reproduction
Currently the search field is a full string matching: so searching for "python-quamash" has the expected request for python-quamash while searching for "python" gives no result.
This would be great to change since the current behaviour unexpected and also this would allow Package Maintainers to communicate about groups of requests more easily. (Background: Someone filed a few deletion requests against Intel OneAPI packages.) Sadly I didnt catch this while testing the feature!
Version(s)
Version v6.2.4 Since it includes the related MR !706 (merged)