I realized that if you type [user:1234] in the search box, you get a white blank page. The site just errors out (It returns a 400 Bad Request)
http://meta.stackoverflow.com/questions/tagged/user%3a1234
Also: I just noticed that it strips off the last ] in the query.
Also: I know the search term should be user:1234 I just thought it would be better to provide some sort of error page, rather than just dumping a blank page.
Update: Here seems to be the list (so far) of what bricks it:
[test]- works fine (redirects to tagged as test)[anything:anything]- bricks[test:]- bricks[:test]- bricks[:]- bricks
It seems that using the colon makes it explode. (giggity)
[test](it just redirects as if i typedtestby itself) – Mitch Dempsey May 20 '10 at 9:47