How can we implement search for specific list in sitepage in sharepoint 2013?
Another one , how can we implement paging in sharepoint site page for list . here my list items are displayed in divisions .
you can use the Content Search Web Part and set it to only return results from a specific list. There is a good tutorial at http://blogs.technet.com/b/tothesharepoint/archive/2013/04/30/stage-9-configure-the-query-in-a-content-search-web-part-on-a-category-page.aspx
ok , but we have search box in master page so i want to use that search box to search with different criteria in different site pages . Is there any possible help me , because i don’t want to place another search box in sitepages
Hi,
Since a site page, you can use the Server Object Model. Create a usercontrol to search and displays results as you’d want. Place the control static-ally on the sitepage.
Qamar