This post describes a scenario where you’ve added site columns and content-types to a modern SharePoint Online site, created a list and added content and once Search has indexed your content you’re expecting there to be search crawled properties available in the sites search settings pages. Sites Group connected team site Microsoft Teams team site … Continue reading SharePoint Online Search Crawled Properties Not Created, Not Showing or Not Available
Be Careful Revoking SharePoint SPFx Service Principal Grants
Be Careful Revoking SharePoint SPFx Service Principal Grants
SharePoint Content Organiser PropertyBag Property Settings
The SharePoint CSOM API doesn’t have an implementation to change the Content organiser settings for a site, but these settings are persisted on the Webs propertybag, meaning that you can change them using CSOM or REST. The Content Organiser Settings Setting PropertyBag Property Require users to use the organizer when submitting new content to libraries with one … Continue reading SharePoint Content Organiser PropertyBag Property Settings
SharePoint Search and the Inconvenient MetadataExtractorTitle Crawled Property
References: Confusing titles and PDF files in SharePoint Search Show more relevant Titles in search results in SharePoint 2013 plus some other improvements SharePoint 2013 Search Configuration for Title I recently came across a problem in SharePoint Search which had me flumuxed for a while, looking at the search results below is displayed the results of … Continue reading SharePoint Search and the Inconvenient MetadataExtractorTitle Crawled Property
Set a PropertyBag Property as Indexed (Queryable via Search) using CSOM + Powershell
PropertyBag values in SharePoint 2013 can be indexed, which means that they’re indexed by Search and a crawled property is created using the PropertyBag name as the crawled property name. If you then create a managed property mapped to the crawled property you can use it in your search queries. The code below creates an indexed … Continue reading Set a PropertyBag Property as Indexed (Queryable via Search) using CSOM + Powershell