I'm using the search core result web part on my search result page. I want to make the title of the web a hyperlink and pass 2 parameters. One I can hard code, however, I also want to add what the user searched one.
Example: The core results web part shows contracts, so I want to pass contracts ?k=contracts,
so when the users enters in sales, it shows sales contracts. How can I pass [sales] in the url?
I'm taken the user to another results page that shows all contracts for the search item, so my link looks like this
/pages/detailResults.aspx?k=contracts
but how can I get {sales} passed to the detailResults page?