If we search something through stackoverflow.com we pass keywords into query string like this: /search?q=garden and gets appropriate results.
Also we can find tagged questions with URL like this: /questions/tagged/iis
But I can't find tagged questions with specified keywords! Something like this: /questions/tagged/iis/search?q=garden
In REST we trust :)