I don't know what the heck is going on but ever since the last update to this web site the search stinks. Everytime I do a search the same useless info comes up. Might get one useful bit ocassionaly but seldom. Can someone please fix or tell me what I'm
doing wrong.
mhinkle2
Member
564 Points
519 Posts
ASP.net
Jan 26, 2012 12:24 PM|LINK
I don't know what the heck is going on but ever since the last update to this web site the search stinks. Everytime I do a search the same useless info comes up. Might get one useful bit ocassionaly but seldom. Can someone please fix or tell me what I'm doing wrong.
kedarrkulkar...
All-Star
35573 Points
5700 Posts
Re: ASP.net
Jan 26, 2012 12:58 PM|LINK
are you referring to this very web site... www.asp.net?
if yes.... then this is the correct place to post the feedback
http://forums.asp.net/188.aspx/1?Feedback+on+this+website
KK
Please mark as Answer if post helps in resolving your issue
My Site
mhinkle2
Member
564 Points
519 Posts
Re: ASP.net
Jan 26, 2012 02:19 PM|LINK
Yes, I am referring to the very web site. It use to be great, but can't find anything anymore.
mbanavige
All-Star
135173 Points
15506 Posts
ASPInsiders
Moderator
MVP
Re: ASP.net
Jan 26, 2012 04:03 PM|LINK
If you enter your search like this:
word1 word2 word3
you get results back that include one or more of the words
If you enter your search like this with quotes:
"word1 word2 word3"
you'd get an exact phrase match so the results would be much more targeted.
Also (and this is my search preference) if you do it like this (the AND must be capitolized)
word1 AND word2 AND word3
you get back results that contain all the words.
There's a proposal out there already for the search to default to a mode that uses the AND style search by default.