Tagged Questions
0
votes
1answer
71 views
Searching for multiple tags only returns some of the matching questions
Here's a search for two tags, meteor and routing:
http://stackoverflow.com/questions/tagged/routing+meteor
It only returns one question:
But there's another one, tagged with those two tags, which ...
2
votes
2answers
48 views
Search bug: automatic string-tag conversion
Searching
[batch] database turns to [batch] [database]
but
[batch] file don't changes.
Worth saying that both database and file are existing tags.
Not sure which one is a bug, but my logic tells ...
3
votes
1answer
82 views
Searching for questions tagged [or] returns ALL questions
http://stackoverflow.com/questions/tagged/or
It returns all questions :) Even a search on [or] doesn't work, it get redirected to the very same URL. Maybe the search algorithm should count the ...
3
votes
2answers
104 views
Bug: tag search including “C++” plus at least one other tag fails to parse correctly
When searching for questions tagged C++, it works fine:
http://stackoverflow.com/questions/tagged/c++
http://stackoverflow.com/questions/tagged/c%2b%2b
When searching via the search bar, typeing ...