Repro:
- Type "google group" (without quotes) into the search box.
- SE will look for the word "group" within questions tagged "google" even though "google" was not put in square brackets.
Another example is "add tags". The search engine will interpret this as "add [tags]".
Why this is bad:
- It's unexpected behavior. Users expect a search box to do full-text search, not tag browsing.
- It prevents the user from finding useful answers because it will not find the word "google" in posts that aren't tagged [google]. For example, I couldn't find the name of the Google Group for SE users.
- There is no mention of this behavior in the help box for search. The workaround (put the word in quotes) is not documented either.
What it should do is search in both the tags and the question/answer text.