SharePoint 2013 – Using CSS to hide the left navigation on a page
The following CSS is useful if you want to hide the navigation on the left hand side of a page: <style type=”text/css”> /* — Hide the quick launch — */ #sideNavBox { display: none; } #contentBox { margin-left: 20px…
Configure continuous crawl on an existing content source
I’m working on a SharePoint farm where documents don’t appear in search results until the next day. To ensure they appear in search results within one hour of being uploaded I will configure a continuous crawl on the content source:…
SharePoint 2013 – Search Query Suggestions not working
If you find that query suggestions do not work in your SharePoint 2013 Search then here are a few things you can try. Enable search suggestions 1. Log into Central Administration 2. Navigate to Manage Service Applications -> Search…