This blog post is a demonstration about how to get the Optimizely Search statistics top searched terms displayed in the CMS dashboard and use them in your site for your…
This blog post is a demonstration about how to get the Optimizely Search statistics top searched terms displayed in the CMS dashboard and use them in your site for your…
In my previous post, I showed a unified search query which allows to return different results for your multi-language site. In this blog post I am going to explain in…
In this blog post, I will explain a little bit how we handle ajax search queries that use unified search for a site with several languages. The main issue we…
As part of the EPiServer Ascend event, EPiServer showcased EPiServer Foundation. In this post I am going to explain what it is, what can you use it for, what are…
During the EPiServer Ascend event I attended a lab called external content replication which I though was quite interesting, you can find the instructions here. The lab showed us how to…
I think this is a common issue when you create a job in EPiServer, you try to get the start page from the code and unfortunately the ContentReference.StartPage does not…
While researching about how to intercept the download of a media file we found several posts, like this one, that mentioned the use of DownloadMediaRouter.DownloadSegment to get the file name…
While researching about how to get all blocks of an specific type we found that the only available solution was to use the ContentModelUsage API . However, if some of…
While working in a project for a client, we had to develop a media importer process which had to save several Pdfs and Excel files to the CMS. The files…
When you are working with EPiServer in a DXC environment sometimes you can have issues with CloudFlare and its aggressive cache. This can cause problems with css and js files…