Using the new jobs search on SO careers, if you search for C# in the "what" box, it performs a search for C, missing off the # symbol.

Example

share|improve this question
1  
It fails for "asp.net" as well (strips the period, ending up with "aspnet"). careers.stackoverflow.com/Jobs?searchTerm=asp.net And C++: careers.stackoverflow.com/Jobs?searchTerm=c++ – Jon Seigel Jun 23 '10 at 23:48
2  
I was really hoping using c%23 would work, but it translates that to a pound sign, and then discards it anyway. Humorously, if you search for c%23, the "what" box says "c#", but if you enter c# in the url the "what" box says "c". Both are still searching just c. – Grace Note Jun 23 '10 at 23:49
8  
Given all these failed (very popular) searches, I have no idea how the current UI passed through their testing phase. – Jon Seigel Jun 23 '10 at 23:52
@jon, didn't you get the strunk & white already? – jmfsg Jun 24 '10 at 0:26

1 Answer

up vote 2 down vote accepted

Hi, indeed we were stripping out too many special characters. You should find this resolved now. Thanks for the heads-up!

share|improve this answer

You must log in to answer this question.

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