Hello,

I have the tag "c++*" added as an "interesting tag", so I can see everything tagged by c++, c++0x, c++1x, etc. But when I search for that tag, I get a blank page :(

The URL displays as:

http://stackoverflow.com/questions/tagged/c++*

And loads as a blank page:

http://stackoverflow.com/questions/tagged/c%2b%2b*

Thanks.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

We now replace the client wildcard (*) with the server wildcard (~) on tags.

However, be careful, because the server has rules that the client does not. Most notably, any wildcard searches MUST be a minimum of 4 characters in length (not including the wildcard chars themselves), or they are ignored.

link|improve this answer
feedback

Try replacing the asterisk with a tilde (~)

link|improve this answer
I missed the asterisk :x – Ian Elliott Aug 20 '09 at 6:22
feedback

You must log in to answer this question.

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