* Jonas Jonasson <jonas.jonas...@safe-mail.net> [120827 13:02]:
> > I don't know about you guys, but:
> > 
> > 1) I can recall last octet of an IP address more often than the first,
> > 2) I have a lot of machines in the same /24 subnet.
> 
> Why not use globbing?

Because it is slower to type and less convenient.

> I find search_match_text redundant since search_match_exec has support for
> globbing. You can do "*x*" to get the same behaviour as search_match_text "x".
> With search_match_exec you can also list all alternatives ("*").

Like Ctrl-A, right?
 
> Furthermore when it comes to searching in the menus in cwm, why not do case
> sensitive matching? Every user is used to the fact that case matters 
> everywhere
> else. It also allows for better filtering.

When I search for window, I don't care if it is "Bla-blah ISO 13818.pdf" or
"bla-blah iso 13818.pdf" and "iso 138" is easier to type than "*ISO 138*".

Reply via email to