Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Search Term in Search Bar

Quote Reply
Search Term in Search Bar
When you perform a search the search results page does not contain the search term in the search box like it does at other search engines. What can I do to make the query appear in the seach bar? I tried a few things but none worked.

Thanks,
Craven
Quote Reply
Re: [craven32] Search Term in Search Bar In reply to
You can just set the initial value for the search box to be:

<%if query%><%query%><%endif%>

i.e. for the search box: <input name="query" value="<%if query%><%query%><%endif%>">

--Frank
Quote Reply
Re: [FrankM] Search Term in Search Bar In reply to
Thanks Frank! It works great.