How global search redirect to search_results.do in CMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2015 12:05 AM
I want to know where the redirection is defined that Global search result in CMS will be displayed in page search_results.do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2015 12:28 AM
Hi Ashish,
Above code belongs to content block 'search results global' . its just for displaying search results but its not rendering the search text box on the page its some where else.
Like you said you have two search box . one at top right corner and another is in the middle of the page . Edit that content block in which the middle search box is present.There will be the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2015 12:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2015 01:26 AM
there is one more parameter they are setting in evaluate statement of search results global block
RP.setView("text_search")
Try to add it after instruction
var sysparm_search = RP.getParameterValue('sysparm_search');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2015 01:29 AM
You also need to check Frame buster check box for Portal - Search Results(search_results) page .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2015 10:48 PM
Done everything. Unfortunately still no luck.