53 votes
lowercase c# yields no results
When I search for "c#", I get no results. When I search for "C#" I get results. Can you make this case insensitive?
Status:
completed
I recommend searching using the tag syntax:
findthis [c#]
that searches for "findthis" within the c# tag. Placing phrases in quotes also works.

mindviews
There is a related problem with this search. If I search on "C#" and click "next" for more results, the search returns no results because the query string now has the lower-case 'c'.
My search URL was:
http://stackoverflow.com/search?q=C%23
Clicking "next" at the bottom of the page yields:
http://stackoverflow.com/search?q=c%23&page=2&sort=relevance
b2gills
Especially since the community user goes around and lowercases everything