I'm playing with the SO api, and noticed that the api call to search for lesscss
gives total: 13
items with the api param tagged=lesscss
http://api.stackoverflow.com/1.0/search?tagged=lesscss
but the web interface gives a little over 30
https://stackoverflow.com/search?q=lesscss
I think the reason is that the web interface searches not only for the word as a tag, but also searches for the word in the body of the questions/answers. So is there a better way to do this search with the api so that it gives more complete results