I would like to link directly to a search results page from a standard link. To give an example of what I'm hoping for, here is some pseudocode:
<a href = "https://www.google.com/search?keywords=My+Search+Parameters">Click here to search Google</a>
Is there any way to do this? I would like to redirect my users directly to a search results page so they can see real results on the web.