Skip to main content

Posts

SharePoint Search on a Specific SharePoint List/Library.

There are times when we need to perform search on specific SharePoint List/Library. One of the possible solution that I found was as below. Add a column to your SharePoint List/Library, I would suggest you to create a site column and add it to your SharePoint List/Library. This will allow you to all the same column to other List/libraries also. Now open central administrator > Application Management > Manage Service Applications > Search service Application > Content Sources. Start full crawl, this will get the created site column to the crawl. Once the crawl is completed, in the left pane you can see Metadata Properties, click it. You will see below screen. Now click new managed property. Below screen will be loaded. Enter property name and click on Add mapping. This will open below screen. Find the site column crawled property that you created and map it with the name. That’s it your Meta property is now mapped with your crawled property...

SharePoint Master page Branding

Default master page of an SharePoint 2013 site is seattle.master In order to apply your custom theme to your SharePoint Site you need to either change the css of the default master page (Which is not at all recommended) , Or you can download a copy of your SharePoint master page and make changes to it. You can change the master page tags as well as css using either Visual studio or SharePoint designer as an editor. Let’s start with getting a local copy of SharePoint Master Page & its theme.      1.       Open your SharePoint Site. > Go to Site Settings > Master Pages. (This will take you to master page catalog’s library, you can download a copy of master page from there).        2.       Now let’s get the css. Open the below link where you will find the default css of Seattle master    page. http://Your Site url/_layouts/15/10...