Reputation: 249
I'm using SharePoint designer and trying to find the "search in files option" throw all SharePoint project, something like in visual studio "search and replace". Is such simple option available in visual designer 2010?
Upvotes: 3
Views: 4492
Reputation: 1576
The "All Pages" option will search your entire SharePoint site. I don't recommend it, it can be quite time-consuming and give you a lot of false positives.
Unfortunately, the only way to search multiple files is brute force:
Upvotes: 1
Reputation: 3563
Luis answer is not correct, at least not for Sharepoint Designer 2013. Click on "Site Pages", choose any page, press control + f to bring up find. Sharepoint Designer 2013 will pull down all the files associated with your site and begin searching them. You will need appropriate permissions.
Upvotes: 2
Reputation: 6001
That option is not available in Sharepoint Designer.
Search in files option searches on files in your file system.
Sharepoint designer runs on your computer but it extracts data from the server using web services no files are actually on your computer so that feature is obviously not implemented.
It could be implemented on the server side and provided as a service. But bear in mind that data is also not stored on the file system in sharepoint but in the database.
Upvotes: 2