undyingking (
undyingking) wrote2010-10-22 10:43 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Search me
One annoying feature about Windows 7 is that it now only uses (what used to be called) Windows Desktop Search, and has ditched the perfectly fine file search included in XP. (This change may have alredy been made in Vista, I never used that.)
Although in theory more powerful, in practice it has some very irritating features. Boolean logic allows you to combine search terms -- good. But there is no way to escape some of the various operators etc as string literals. So if you want to eg. search for a file whose name includes the string "(1)", it will return all files that match "1", as parentheses are used in the syntax to combine search terms. You can escape the operators which are words by using quotes, eg. ""fish and chips"" will return differently to "fish and chips". But that doesn't work for the punctuational and mathematical symbols.
I spent far too long searching Microsoft's own help, and experimenting with various possible escape characters, before I gave up and Googled for the answer. It turns out that what you need is a search like "name:~"*(1)*"" which does the job perfectly.
(I scarcely need add that neither the tilde nor the asterisk are documented anywhere by MS, afaics.)
(Note: comments along the lines of "serves you right for using Windoze" are probably unnecessary :-)
Although in theory more powerful, in practice it has some very irritating features. Boolean logic allows you to combine search terms -- good. But there is no way to escape some of the various operators etc as string literals. So if you want to eg. search for a file whose name includes the string "(1)", it will return all files that match "1", as parentheses are used in the syntax to combine search terms. You can escape the operators which are words by using quotes, eg. ""fish and chips"" will return differently to "fish and chips". But that doesn't work for the punctuational and mathematical symbols.
I spent far too long searching Microsoft's own help, and experimenting with various possible escape characters, before I gave up and Googled for the answer. It turns out that what you need is a search like "name:~"*(1)*"" which does the job perfectly.
(I scarcely need add that neither the tilde nor the asterisk are documented anywhere by MS, afaics.)
(Note: comments along the lines of "serves you right for using Windoze" are probably unnecessary :-)
no subject
no subject
(Whilst obviously I couldn't resist the line, I'm not entirely joking. When I first used WinXP I was horrified that it still didn't have a halfway acceptable shell and basically decided at that point that life was too short to attempt to use Windows tools productively.)
no subject
There is Windows PowerShell which is supposed to make it a lot more capable, but I've never tried that.
no subject
no subject
no subject
(Still kludging away on XP myself. I expect Windows 7 to be my next stop, as I refused to "up"grade to Vista on principle.
no subject
no subject
The main issues I have are that it is much more difficult to search for stuff differentiating between filename and content, and that it doesn't work properly unless your indexes are up to date.
no subject
no subject
(If I ever were to write a version of Linux it would be called Cheese for obvious reasons).