I'm using Google Custom Site Search and I want the initial search box on every page in the navigation, but want the results to appear on a different page (searchresults.html), however its asking me for the query parameter name embedded in the url? What would this be for me? the default q does not work.

I'm a newbie so don't even know what a query parameter is and how i'd go about creating/getting one?

link|improve this question

60% accept rate
Query parameters are the variable in an url after the question mark, e.g.: http://example.com?param=value – RepWhoringPeeHaa Jan 6 at 16:12
Sorry that doesn't mean anything to me. The web address is urpromotions.co.uk and the search results page is urpromotions.co.uk/new/searchresults.html (test page). So what would the query parameter name embedded in the url be for it? Thanks – Digital Robot Gorilla Jan 6 at 16:18
At that URL there isn't one. Can you show me the documentation of Google where it states that you need the query param. Maybe I can see what they mean. – RepWhoringPeeHaa Jan 6 at 16:21
I can not as its under my log in. When you create custom. The new site is in dev. Initial search is on urpromotions.co.uk/new and the results need to appear on urpromotions.co.uk/new/searchresults.html. When I search on urpromotions.co.uk/new nothing happens but if a search on urpromotions.co.uk/new/searchresults.html I get results, but that defeats the whole purpose. – Digital Robot Gorilla Jan 6 at 16:38
@PeeHaa Never mind its just started working, I was using 'q' as the default query param. (as suggested on a Google forum) changed it to 'query' and is now working fine. Thanks though. – Digital Robot Gorilla Jan 6 at 16:46
show 1 more comment
feedback

1 Answer

up vote 0 down vote accepted

Write "query" instaed of the default "q" in the box.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.