Sitecore SXA – Sort by title does not work

Please note that my suggested solution isn’t specific for SXA. You can use this without SXA, as it introduces a new computed field. The SXA Sort Results component lets you sort your search results based on the Sortings that you define within /sitecore/content/Your Tenant/Your Site/Data/Search/Sort Results.This functionality will make use of the default Solr sorting, …

Sitecore – Hide the primary language from a multilingual site.

For one of our projects, we have a multilingual site, which contains content in Dutch and in English. To make sure that the language of the site isn’t determined just based on a cookie value, we’ve set LanguageEmbedding to Always on our LinkManager. By default, this will lead to the following:https://www.testdomain.com/nl-NL/mypagehttps://www.testdomain.com/en/mypage Looks great doesn’t it? …

Sitecore CLI – Auto publish changed items with Sitecore Content Serialization

With Sitecore CLI 3.0 a few new features have popped up, and for me, the most important one for me, is being able to publish changed items automatically when using Sitecore Content Serialization. In CLI 2.0 you had the option to run sitecore publish which would just do a full publish to the WEB database. …

EXM – Send a confirmation email to the contact when he unsubscribes from all marketing preferences (opt-out)

It is of course sad to see a contact unsubscribing from all email communcation on your website, but what if you could send him a nice confirmation email that might change his mind? The Sitecore Email Experience Manager is capable of sending confirmation mails to the contact when a few actions happen: Subscription confirmationThis happens …