#2097 closed patch (Fixed)
Corrected spelling error and added --intense_match to console(legacy and non-interactive)
Reported by: | ReVoid | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Console UI | Version: | master |
Keywords: | Cc: |
Description
Hello, Attached is a patch to correct a minor spelling mistake and the addition of --intense_match. While the spelling mistake is self explanatory, --intense_match is not, so here is a brief description of how it can be used. (this example is for interactive mode, but the same thing works in noninteractive)
[currently]
info ISO
the above will return all results that start with ISO (e.g 'ISO.BackTrack' will return if you do the above command but 'BackTrack.ISO' won't)
[when this patch is applied]
info -I ISO
The above will return both ISO.BackTrack and BackTrack.ISO because it does 'string in name' instead of 'name.startswith()'
Anyhow, enjoy
(I used ISO as an example, but HDTV, 320, V0, AVI are some of the other countless ways that you could filter)
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | console-additions-and-spelling-fix.patch added |
---|
comment:1 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
comment:2 by , 8 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Fixed in develop: [20bae1bf907]