Search using ' +' (Rajyalakshmi's Blog) I was trying to synthesize some of the blogs by using the search provided on the right hand side of our learningremix site. When I enter a keyword say for example 'educationchuser' and hit search, it takes me to this page.
Here's how to do that. You need to look at the intersection of tags. As it turns out, finding tags uses the search functionality but not in the same way the search box does it. You have to specify the url as so:
http://learningremix.net/mt-f2006integ/mt-tags.cgi?tags=educationchuser+groupproject+review
This lets you get the intersection of posts tagged educationchuser, groupproject, and review. In my case, that brought up 10 posts. The easy way to do this is to click on a tag in the tag cloud and then adding plusses with the additional tags as shown in this part of the url:
tags=educationchuser+groupproject+review
I think this method achieves what Raji was trying to do.