If you search for something within square brackets, within quotes, the search seems to ignore the bracketed part. For example, searching for "[something] query", seems to display results for just " query", as shown below:

|
If you search for something within square brackets, within quotes, the search seems to ignore the bracketed part. For example, searching for
|
||||
|
This was an artifact of a tag cleanup parsing step that's no longer relevant (that I can think of, else I've broken that now). Starting with the next build, that aggressive excess-tag stripper won't interfere here. |
|||
|
|
[something]would only include results with thesomethingtag (which is nothing, since that tag doesn't exist), but that probably shouldn't happen if the bracketed string is in quotes. In this case it does seem to just ignore the bracketed string completely; it doesn't show up in the right bar and doesn't filter the results correctly – Michael Mrozek Aug 15 '11 at 15:14