Page 1 of 1

Title for search results

Posted: Mon Aug 24, 2009 9:17 am
by Dr.ON
How to make that search results were deduced on page with Title " search results "?
1. I have created page " search results " and disable " show in menu "
2. Has added a code {assign var ='pagetitle ' value = $ entry-> title} in temlate results top.
Don't work.

Re: Title for search results

Posted: Mon Aug 24, 2009 9:56 am
by RonnyK
Search has a parameter called resultpage, the results will be shown on that page.

So when you have the page "Search results", check its alias, and use that alias in the search-call, like

{search resultpage="search-results"}

More parameters can be found in the help of Search, under Extensions->Search->Help

Ronny