FS#6500 - pacman -Ss and regex
Attached to Project:
Pacman
Opened by Scott H (stonecrest) - Wednesday, 28 February 2007, 05:51 GMT
Last edited by Dan McGee (toofishes) - Thursday, 29 November 2007, 18:48 GMT
Opened by Scott H (stonecrest) - Wednesday, 28 February 2007, 05:51 GMT
Last edited by Dan McGee (toofishes) - Thursday, 29 November 2007, 18:48 GMT
|
Details
It's currently difficult to search for packages like dvd+rw
because pacman -Ss treats it like regex. One solution would
be to search for both non-regex and regex versions of the
string in these instances with the assumption that users
won't mind getting more results than they expect (i.e. regex
results when they wanted non-regex results), but would be
annoyed but not finding what they are searching for.
The ML thread about this can be found here: http://www.archlinux.org/pipermail/pacman-dev/2007-February/001787.html |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 29 November 2007, 18:48 GMT
Reason for closing: Fixed
Additional comments about closing: boom, another feature implemented and tested, closing
Thursday, 29 November 2007, 18:48 GMT
Reason for closing: Fixed
Additional comments about closing: boom, another feature implemented and tested, closing
http://code.phraktured.net/?p=pacman.git;a=commit;h=7afc6e40b1f7580cfdaec31f3a8e3a1c76549057
I confirm it works fine (well, pacman -Ss dvd+rw-tools works ;))