Page 1 of 1

Search.aspx with a querystring?

Posted: Tue Mar 02, 2010 1:04 pm
by GrfxDan
Can anyone tell me if it's possible to call the Search.aspx page with a querystring so that the page loads with with a category, manufacturer and/or keyword already specified?

Or, if that's not possible, is there a way to easily create a search box that will search a specific category or manufacturer?

Re: Search.aspx with a querystring?

Posted: Tue Mar 02, 2010 1:41 pm
by jmestep
You can use a querystring like
search.aspx?k=headphone&c=65&m=129
c is the categoryid
m is the manufacturer id

Re: Search.aspx with a querystring?

Posted: Tue Mar 02, 2010 2:31 pm
by GrfxDan
Thanks Judy. I figured it was probably something simply. I appreciate the help.