Tag: in

[O365] Autocomplete on taxonomy refiners

For a customer project I’m on we’re making use of search to surface pages stored in SharePoint Online. On a predefined search results page, refiners make it easier for users to get to the page they are searching for. Refiners are linked to managed search properties and those are linked to crawled properties. In this

Read more

[SP] Constructing a “Manage site metadata navigation” link

If you’re aware of Managed Metadata Navigation, you might also know the hyperlink within the navigation settings which allows you to edit the sites’ navigation termset. Now first thing you should know is that that link is often broken out of the box. When you click it, you *should* only get the navigation termset and nothing

Read more

Gold for Experts: certified!

Back in Holland again. Weather is great and I’ve spent the weekend getting some quality time with my girlfriend who’s still working hard trying to finish her study at the University of Leiden (very proud of her already!). A long weekend off was a good idea, allowed to me catch a breath from another busy week in

Read more

[O365] Provisioning: spmeta2 vs O365 PnP provisioning

These days, provisioning is quite a hot topic in the land of Office 365 and SharePoint. So let’s start with a simple question: what exactly is provisioning? I don’t have a clean cut definition for you, but my personal view would be something like: “Provisioning for SharePoint is the process of deploying solution components in

Read more

[O365] Adding reusable content using CSOM

The reusable content feature of SharePoint can be useful when you have content you want to have repeated on multiple pages. When you update the content, it will change on the pages accordingly. For a project I had the requirement to insert reusable content on a page programatically. There are quite some pages on this

Read more

[O365] SharePoint Content Search webpart is not being indexed

Thinking of a title for this post, I wanted to start with “Inconvenient” because that pretty much describes the essence. Inconveniently enough that trademark has already been claimed by an MVP you might know if you ever search for anything SharePoint related (shout out to Waldek!). Anyways, as inconvenient as this all is, let’s get

Read more

[O365] Some tagging field(s) could not be found

I ran into a stubborn error message trying to connect to a catalog list defined on another site collection. The error was: Some tagging field(s) “owstaxidSector,owstaxidRegion,owstaxidProductx0020Class,” in the shared catalog could not be found in search schema. Now when I checked the catalog site search schema (can be found under Site Settings -> Search ->

Read more

[O365] Enable document ID and set prefix via CSOM

Ok, I agree I’m late to the party introducing the [O365] tag in the title of this post. And I’ve got quite some blogposts already which also apply to Office 365. But to emphasize there is little difference in using CSOM either on premises or online, I thought this would be a good time to switch.

Read more

[SP2013] SharePoint add-ins in DR farms

When setting up a second SharePoint farm for disaster recovery purposes, there are all kinds of things to take into consideration. Most of those are perfectly covered in other blogs and on TechNet. With the new app add-in model though, there is one additional factor to take into account: appsadd-ins! When in case of a disaster

Read more