The following query fails, resulting in a blank page:

http://stackoverflow.com/questions/tagged/programming-languages or functional-programming or lua or haskell or sml or ocaml or valgrind or learning or teaching or shell-scripting or ksh or latex or academia or image-processing or lambda or lambda-calculus or lambda-expressions or scripting

This is a query for tagged questions with 17 terms (if I have counted correctly) OR'd together. If I remove the final term (scripting) or the term lambda-calculus and the associated or, everything is fine.

Looks to me as if there's a limit that shouldn't be there...

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The alternate form

http://stackoverflow.com/questions/tagged?tagnames=valgrind

allows for longer strings.

So extrapolate the nightmare and you have this:

http://stackoverflow.com/questions/tagged?tagnames=programming-languages+or+functional-programming+or+lua+or+haskell+or+sml+or+ocaml+or+valgrind+or+learning+or+teaching+or+shell-scripting+or+ksh+or+latex+or+academia+or+image-processing+or+lambda+or+lambda-calculus+or+lambda-expressions+or+scripting

link|improve this answer
2  
how would you add more tags to that? – Ether Jan 27 '10 at 5:47
@Æther: You can do that with a "+". But that results in an AND query, which isn't what the OP wants. – balpha Jan 27 '10 at 8:40
But if you throw in some ORs, it rows fine. @bal – random Jan 27 '10 at 10:04
Awesome. That's the only thing I didn't try, since I didn't expect it to work. I should invent a new programming language called OR (Objective-R?). I gu@rantee you, the new tag would make this complicated. – balpha Jan 27 '10 at 10:27
The waters be @bal my and that previous comment notification doesn't work without a space. – random Jan 27 '10 at 11:07
What a pity. Even more so that there don't seem to be many words starting with @ran. – balpha Jan 27 '10 at 11:25
Rock and Roll! Thanks, Jeff, I've added more tags already! Maybe with another 6 months' hard labor I can make it to Page 1! – Norman Ramsey Jan 28 '10 at 1:04
@norman you're on page 1 of my heart already. :) – Jeff Atwood Jan 28 '10 at 1:49
feedback

You must log in to answer this question.

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