Welcome to MSDN Blogs Sign in | Join | Help

Want your AND help search back?

As I've been compiling the long list of customer feedback - complaints, suggestions and otherwise - one of the common themes was - "Search stinks! The results are not pared down by what I use to search!"

Well, it certainly was the intention of the help team to provide a great search algorithm, but the problem for some is that it does not work as expected.  If you type in several keywords, some people expect to have those AND-ed together, so, for example, if I searched with keywords custom and wizard, I would expect to get results that include both custom and wizard.  But in Visual Studio and MSDN, the offline/local help search tries to be more helpful than that, since in the world of development we don't always know the exact name of a class or attribute that we need, and we might need help finding them.  So, by default, offline/local help search automatically includes results that only match part of your list of keywords.  And depending on how you have your search filters set, this can result in a set of results that look no-where near what you wanted, or at least appear with a lot of "noise".

But there is some good news for those who haven't mastered this search.  If you just can't seem to get the help you want or get used to partial matches, you can turn it off! Yup, just tell search to Stop It!  How??  It's simply a Tools->Options setting. 

Selecting the Tools menu, choose Options.  In that dialog you should see a lovely tree view on your left where you will find a second level item (under Environment) called Help.  When you click on Help, you'll see a few settings on the right.  Uncheck the box for "Include partial matches in local search results".

Enjoy.

april

Published Thursday, July 27, 2006 6:01 AM by AprilR
Filed under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

Thursday, July 27, 2006 9:46 AM by Martin

# Another anoyance with help in Visual Studio

Here is another anoyance with the help.  When I hit F1 it searches help for my variable name not the class name.  For example.  If I creat a Form and show it:

Form MartinsForm = new Form();
MartinsForm .Show();

If I want to get help on the Show method I select the Show text and press F1.  Unfortunatly it will look for MartinsForm.Show, not Form.Show.  Obviously MSDN does not contain the methods for my variable names.  As a result pressing F1 is pretty useless.

It would be really nice if it could figure out the class that I am really looking for.
Thursday, July 27, 2006 9:56 AM by Martin Ritchie

# Another anoyance with help in Visual Studio

Here is another anoyance with the help.  When I hit F1 it searches help for my variable name not the class name.  For example.  If I creat a Form and show it:

Form MartinsForm = new Form();
MartinsForm .Show();

If I want to get help on the Show method I select the Show text and press F1.  Unfortunatly it will look for MartinsForm.Show, not Form.Show.  Obviously MSDN does not contain the methods for my variable names.  As a result pressing F1 is pretty useless.

It would be really nice if it could figure out the class that I am really looking for.
Thursday, July 27, 2006 10:06 AM by BlakeHandler

# re: Want your AND help search back?

You say: ". . .the problem for some is that it does not work as expected."

So instead of fighting people, and telling them how to turn help off -- why not try to help people in the method that they are expecting to be helped?
Thursday, July 27, 2006 10:06 AM by AprilR

# re: Want your AND help search back?

Martin - Thanks for that comment - I can't say I realized that - I'll make sure to enter that as a suggestion/bug!

april
Thursday, July 27, 2006 10:13 AM by AprilR

# re: Want your AND help search back?

BlakeHandler - I'm definitely working on that.  There are varied opinions about search for developer help, about the search algorithm used by offline help, and I'm working to establish with data what the right approach is. I know I always expect AND to be used by default...

april

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker