Question

Is a Sharepoint 2013 has got a Search box to search items on the list. How to add this kind of webpart. Can be dowload if Yes so from where ? I must to have a textbox where I type a text and it search me worker.

Was it helpful?

Solution

This can be achieved in many ways. By default your options would be to use an OOTB web part called Text Filter Web Part or to add your list to the page, and from the web part's properties > Miscellaneous > activate Display search box.

Depending on your page's setup, activated site (collection) features and such, these mentioned options might not be available for you, or they are just not good enough. Like for example the Text Filter WP requires the text to match exactly the item's name by default.

If your requirement is higher, you should use the SharePoint REST API. An excellent guide for this has been written by Mark Rackley. See WHO NEEDS A DATA VIEW WEB PART? SHAREPOINT REST AND DATATABLES.NET article.

OTHER TIPS

Are you trying to search items in a SharePoint list and the list search box doesn't appear for you? There is a web part property called "Display Search Box" that enables this. It should be on by default.

Or are you trying to add a search box to the page that will search other content? You can add a Search Box web part to any page. How you would configure it depends on the type of content your are trying to search.

Do you want to add a search box on your page and search in a particular list/library ? If yes, here is something you can do..http://social.technet.microsoft.com/wiki/contents/articles/25783.sharepoint-2013office-365-working-with-result-sources-to-limit-search-results.aspx

If the Style of the View of a list that's a web part on a page is not set to Default (but, for instance, Shaded instead), then "Display Search Box" will not be available under Miscellaneous in the web part edit control panel.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top