Windows 7 Forums


Reply
Thread Tools

Advanced tips for searching in Windows 7

 
 
Yousuf Khan
Guest
Posts: n/a
Thanked:
 
      08-19-2011
I found the following information very useful, actually starts to make
Windows an usable operating system.

Yousuf Khan

Advanced tips for searching in Windows
http://windows.microsoft.com/en-US/w...ing-in-Windows

 
Reply With Quote
 
 
 
 
123Jim
Guest
Posts: n/a
Thanked:
 
      08-19-2011
On 19/08/2011 16:41, Yousuf Khan wrote:
>
> Yousuf K


useful thanks
 
Reply With Quote
 
J. P. Gilliver (John)
Guest
Posts: n/a
Thanked:
 
      08-20-2011
In message <j2m4rv$a6d$>, 123Jim
<> writes:
>On 19/08/2011 16:41, Yousuf Khan wrote:
>>
>> Yousuf K

>
>useful thanks


Seconded. (Yousuf's posts are usually useful, even if I don't always
agree!)

One thing though - from that page
(<http://windows.microsoft.com/en-US/w...-for-searching
-in-Windows>):

Operator Example Use this to

AND tropical AND island Find files that contain both of
the words "tropical" and "island" (even if those words are in different
places in the file). In the case of a simple text search, this gives the
same results as typing "tropical island."

(Sorry the formatting has gone to pot.) _Either_ this is wrong (i. e.
AND is _not_ the same as putting the words together in quotes), and it
finds files with the words in different places even in a text file, _or_
it means I can't do such a search. The _usual_ interpretation of
something in quotes, in a search engine, is that the phrase is to be
sought only as an exact phrase.

(I haven't studied the rest of the page, but I have most definitely
bookmarked it under tips.)
--
J. P. Gilliver. UMRA: 1960/<1985 MB++G.5AL-IS-P--Ch++(p)Ar@T0H+Sh0!:`)DNAf

.... "Peter and out." ... "Kevin and out." (Link episode)
 
Reply With Quote
 
Redrawn Buns
Guest
Posts: n/a
Thanked:
 
      08-20-2011
Yousuf Khan wrote:

> I found the following information very useful, actually starts to make
> Windows an usable operating system.
>
> http://windows.microsoft.com/en-US/w...ing-in-Windows


My motivtion for learning a set of quirky search syntax is low,
especially when it's likely to ripped out and replaced by a
son-of-clippy avatar based search facility in Win8 or Win9

 
Reply With Quote
 
J. P. Gilliver (John)
Guest
Posts: n/a
Thanked:
 
      08-20-2011
In message <j2o7ma$5m1$>, Redrawn Buns
<> writes:
>Yousuf Khan wrote:
>
>> I found the following information very useful, actually starts to make
>> Windows an usable operating system.
>>
>>
>>http://windows.microsoft.com/en-US/w...-for-searching
>>-in-Windows

>
>My motivtion for learning a set of quirky search syntax is low,
>especially when it's likely to ripped out and replaced by a
>son-of-clippy avatar based search facility in Win8 or Win9
>

Assuming I'm right and they've got the text next to "AND" wrong, the
syntax is fairly standard, apart from the keywords for author and so on.
--
J. P. Gilliver. UMRA: 1960/<1985 MB++G.5AL-IS-P--Ch++(p)Ar@T0H+Sh0!:`)DNAf

.... "Peter and out." ... "Kevin and out." (Link episode)
 
Reply With Quote
 
Paul
Guest
Posts: n/a
Thanked:
 
      08-20-2011
J. P. Gilliver (John) wrote:
> In message <j2o7ma$5m1$>, Redrawn Buns
> <> writes:
>> Yousuf Khan wrote:
>>
>>> I found the following information very useful, actually starts to make
>>> Windows an usable operating system.
>>>
>>>
>>> http://windows.microsoft.com/en-US/w...-for-searching
>>> -in-Windows

>>
>> My motivtion for learning a set of quirky search syntax is low,
>> especially when it's likely to ripped out and replaced by a
>> son-of-clippy avatar based search facility in Win8 or Win9
>>

> Assuming I'm right and they've got the text next to "AND" wrong, the
> syntax is fairly standard, apart from the keywords for author and so on.


I have to agree with Redrawn. There must have been some other
option available, than "unnatural language". Learning the quirky
syntax is fine for geeks - maybe a database administrator would
feel right at home. But, I'd have to ask "what would mom say
to all of this" ? That's my acid test for UI's. Ask a regular
user, who has enough trouble finding the power switch on the
computer, what they think about keeping "crib notes" handy
instead of having a real interface.

It's a trivial example, but look at the search in Thunderbird.
It has an option to "find any of the following items", which
is the same as OR. It has the option to "find all items",
which is AND. But because it explains these concepts
in plain English ("find any" or "find all"), my mom will be
able to figure that out. She isn't dumb. She just isn't
a database adminstrator. Or a rocket scientist. Or what
Microsoft thinks all users are - graduates of a four
year university CS program.

And while that particular interface isn't infinitely powerful,
I find it is good enough, and I can cobble together enough
of a search, to find what I'm looking for.

GUIs are nice, because they give the developer an opportunity
to "educate" the user or "guide" them in the right direction.
By organizing the search capabilities, or making the right
ones appear or disappear using option buttons, you can lead
people in a particular direction.

A GUI isn't just a flashy skin, or a stupid animation of
a paper clip doing paper clip aerobics. GUIs can do more than
that, in the hands of a gifted developer.

Paul
 
Reply With Quote
 
Redrawn Buns
Guest
Posts: n/a
Thanked:
 
      08-20-2011
J. P. Gilliver (John) wrote:

> In message <j2o7ma$5m1$>, Redrawn Buns
>
>> Yousuf Khan wrote:
>>
>>> http://windows.microsoft.com/en-US/w...-for-searching
>>> -in-Windows

>>
>> My motivtion for learning a set of quirky search syntax is low,

>
> the syntax is fairly standard


System.FileName:~<"notes"

I'm going to stick with "quirky" ...

 
Reply With Quote
 
Yousuf Khan
Guest
Posts: n/a
Thanked:
 
      08-20-2011
On 08/20/2011 05:11 AM, J. P. Gilliver (John) wrote:
> One thing though - from that page
> (<http://windows.microsoft.com/en-US/w...-for-searching
> -in-Windows>):
>
> Operator Example Use this to
>
> AND tropical AND island Find files that contain both of the words
> "tropical" and "island" (even if those words are in different places in
> the file). In the case of a simple text search, this gives the same
> results as typing "tropical island."


Yeah, I think they mentioned the same thing. The "AND" is a default
operator.

One thing that would be useful though it's not mentioned if it's
supported or not, is whether the Windows search supports brackets, such
as "()". This can be used to reorder the default search hierarchy.

Still I'm glad that there is at least /some/ amount of logical operators
supported in Windows now.

Yousuf Khan
 
Reply With Quote
 
Yousuf Khan
Guest
Posts: n/a
Thanked:
 
      08-20-2011
On 08/20/2011 08:01 AM, Redrawn Buns wrote:
> Yousuf Khan wrote:
>
>> I found the following information very useful, actually starts to make
>> Windows an usable operating system.
>>
>> http://windows.microsoft.com/en-US/w...ing-in-Windows
>>

>
> My motivtion for learning a set of quirky search syntax is low,
> especially when it's likely to ripped out and replaced by a
> son-of-clippy avatar based search facility in Win8 or Win9


That's definitely a concern with Microsoft.

Yousuf Khan
 
Reply With Quote
 
Yousuf Khan
Guest
Posts: n/a
Thanked:
 
      08-20-2011
On 20/08/2011 8:42 AM, Redrawn Buns wrote:
> J. P. Gilliver (John) wrote:
>
>> In message <j2o7ma$5m1$>, Redrawn Buns
>>> My motivtion for learning a set of quirky search syntax is low,

>>
>> the syntax is fairly standard

>
> System.FileName:~<"notes"
>
> I'm going to stick with "quirky" ...


Well, that is why they call this "advanced tips for searching". Most
won't be using it. But for those who can use it, will use it.

Yousuf Khan
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Install Windows 7 davehc Software 0 08-16-2010 02:50 PM
Windows 7 Annoyances Nibiru2012 General Discussion 6 03-17-2010 06:17 PM
Clean Install Windows 7 with Upgrade Media Nibiru2012 Installation, Setup and Updates 0 12-22-2009 07:03 PM
Clean Install Windows 7 with Upgrade Media Nibiru2012 Installation, Setup and Updates 2 12-04-2009 06:30 PM
Important Issues in This Release Candidate of Windows 7 Ian News 0 05-05-2009 03:25 PM


All times are GMT +1. The time now is 03:50 PM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33