Every week or so you get, say, a question about the difference between '==' and '===' in PHP. Of course it inevitably gets closed as a duplicate but some people apparently feel the need to leave comments like 'Already asked! God! (roll eyes)' Well you can't actually search for something like == or === unless you happen to know what it's called.

Can we extend the search to allow for these characters?

link|improve this question

25% accept rate
2  
Definitely the cause of a lot of duplicate questions on Stack Overflow, and likely other symbol-dependent sites as well (Math Overflow comes to mind). Would upvote if I had 15 rep! – Adam Backstrom Jun 23 '10 at 15:35
1  
Example of myself experiencing this issue today: stackoverflow.com/questions/3408818 – brainimus Aug 5 '10 at 3:48
1  
Hah only found this question when asking the exact same thing, but was unable to find it through search. Weird. – Jakub Hampl Mar 10 '11 at 15:21
This post is a very light illustration of the problem: meta.stackoverflow.com/questions/9686/… – Jakub Hampl Mar 10 '11 at 15:28
feedback

3 Answers

Stackoverflow really should extend the search to include symbols. There's a gigantic gap in the market for this. See this frustrated google user:

http://stackoverflow.com/questions/1828654/programmer-friendly-search-engine/1884984

Duplicate questions is a cost that StackOverflow must accept as a consequence of not having this feature. And it should accept it cheerfully, and not grudgingly, until it gets its act together and adds it.

link|improve this answer
feedback

Try

SymbolHound: Search Stack Overflow for special characters

SymbolHound is a search engine that doesn't ignore special characters. I was always frustrated that I couldn't search for symbols like >> and && using Google or the custom Stack Overflow search, so I made a search engine for programmers. It currently searches mostly Stack Overflow pages, with plans to eventually index a much wider range of programming websites (including symbols, of course).

link|improve this answer
2  
That's cool for experienced users like Cletus, but how will that help new users find already-asked versions of their questions? – Adam Rackis Feb 2 at 17:42
feedback

Actually, I voted to close one question today (the exact same question, for Javascript instead of PHP) and pointed to three dupes. Two of them did show up right in the "Related" section in sidebar.

Interestingly, I feel the "exact duplicate search" works pretty well in finding the duplicates (better than the SO search box.) Is the algorithm different or it's wrong feeling?

link|improve this answer
5  
It has frequently been mentioned that the suggested questions you get when you type in a question title are often better than what you get from the search. This predates the latest search changes however. – cletus Sep 3 '09 at 8:48
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged