Problem:
When a new tag synonym is created, searches for the synonym tag are rewritten and results with the master tag are displayed. So far so good, what is counterintuitive IMHO, is that questions which have been tagged with the tag synonym before, are no longer displayed.
Example:
c++0x is a synonym of c++11. There are 1357 questions tagged with c++0x and 817 questions tagged with c++11. A search for [c++0x] or a search for [c++11] will redirect to tag c++11 and will only return questions tagged with c++11 but none of those tagged with c++0x.
You can still see the 1357 questions of c++0x if you click directly on the tag, but they never show up in search results for the master tag or for the tag synonym.
This leads to small inconsistencies in the user interface too. E.g. a click on a tag synonym on a user page displays only the users answers with the master tag but none of the answers with the actual tag synonym (which received the click).
Comments:
The most intuitive behavior IMHO would be to include in the search results not only questions tagged with the master tag but also questions with any of the tag synonyms.
If the first option is too expensive, it might be a good idea to merge the tags automatically after some time, if there are no complaints.
I may be missing something here...