function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Koustubh KulkarniKoustubh Kulkarni 

How to implemet search functionality in site.com site?

Hi, i am new to salesforce. I have created site.com site. I want to implement search functionality which will search a keyword in the site content and gives back the result.so, how can we do that?
Amit Chaudhary 8Amit Chaudhary 8
Please check below post. I hope that will help you. You can create the custom search like below.
http://amitsalesforce.blogspot.in/2015/04/pagination-using-standardsetcontroller.html
http://amitsalesforce.blogspot.in/2014/11/pagination-with-wrapper-class-with.html

Then you can enable the same page for site. like below link
http://amitblog-developer-edition.ap1.force.com/apex/CustomPaginationDemo

Please let us know if this will help you

Thanks
Amit Chaudhary
Koustubh KulkarniKoustubh Kulkarni
Thank you amit for your reply, But this is not what i am looking for. I want to implement internal search functionality for site.com site. There will be search bar, in which user will enter a word and our site will show the pages which contain that keyword.Do you know any way to do that?