Hi,
I am new to Umbraco. i want to implement search functionality within my website. I found XSLTsearch package. But when i use it, it lists out entire xml contents as a search result. I want to search specific nodes. What changes need to be done in XSLTsearch.xslt file to get the required output?
One more thing i want to know is how can i display search results on the another page? Right now wherever i am inserting XSLTsearch macro, it displays the results on the same page. I want to display the results on the another page.
for your second question, just put the macro in a "search results" page, then create a form to post to that page with an input named "search". You can use the form on any page, get the results on a page of your choosing.
How to search specific node using XSLT
Hi,
I am new to Umbraco. i want to implement search functionality within my website. I found XSLTsearch package. But when i use it, it lists out entire xml contents as a search result. I want to search specific nodes. What changes need to be done in XSLTsearch.xslt file to get the required output?
One more thing i want to know is how can i display search results on the another page? Right now wherever i am inserting XSLTsearch macro, it displays the results on the same page. I want to display the results on the another page.
This post covers it: http://forum.umbraco.org/yaf_postst6706_XSLT-Search--Filter-results-by-node.aspx
for your second question, just put the macro in a "search results" page, then create a form to post to that page with an input named "search". You can use the form on any page, get the results on a page of your choosing.
is working on a reply...