Strange result when using .Take ()
var items = Client.Search<FurnitureVariant>(requestLanguage) .Filter(x => x.GetMarkets().Match(market)) .Filter(categoryFilter) .Filter(attributeFilter) .Filter(timelessItalianFilter)...
View ArticleCampaign Tracking
Hi All,Can Anyone explain about the Campaign Tracking with the Example ?Thanks in Advance..
View ArticleCaching resolved URLs across requests?
I am profiling the performance of a website with a decent amount of blocks, images and links on the start page. In general it is fast, even under fair load. I use the Bombardier tool (2000 requests...
View ArticleImageProcessor Help Request
Hi Everyone,I'm trying to take to take Vincent Baaij's ImageProcessor.Web.Episerver for a test drive, but I'm failing hard trying to get it to work. I've been trying for a couple of days now and I'm...
View ArticleEPiServer Area - Blocks controllers never hitting
Dear all,I am working on my first EPiServer project and really appreciate what I'm discovering day after day. :)However, we have the need to migrate an existing .NET MVC website into EPiServer. So what...
View ArticleBlock
Hi All Might be a newbie question.We have a case that there will be many blocks that is similar. Eg. block 1 is a subset of block 2. I wonder if anyone have tried to copy content from one block to...
View ArticleHow to Remove CommerceMedia From CommerceMediaCollection
var commerceMediaToRemove=writableCommerceMedia.FirstOrDefault(x => x.AssetLink.Equals(contentLink)); writableCommerceMedia.Remove(commerceMediaToRemove); // this returns falseDoes anyone have any...
View ArticleCMS UI and SVGs
Hi All,Really enjoying the UI enhancement to display thumbnail images when used in the CMS. However, when using SVGs the thumbnail doesn't render:Any ideas on how to fix this?Alex
View ArticleRemove properties from Excerpt in Episerver Find search result
I'm looking to remove a property included in the Excerpt on the Episerver Find search results page.Any help appreciated.
View ArticlePulling in Ektron search results in Episerver via Find
HelloI'm using the latest version of Find (13.0.1) and we will soon begin migrate off Ektron and into EPi Our existing Ektron site has been indexed in Find, and we are using it as our search engine...
View ArticleRestrict promotions, only one per entry?
Is it possible to restrict promotions so that you can only have one per entry? For example, if you have a active promotion for on specific entry, and tries to add another one that affects that entry....
View ArticleUsing OpenID Connect at EPiServer CMS version 8.10.0
Hi,I've seen various posts about using OAuth and/or OpenID Connect to replace the default membership and role providers in EPiServer, but it's not clear which version of EPiSevrer the various solutions...
View ArticleExtension methods that returns a DelegateFilterBuilder
Loogin for extension methods that returns a DelegateFilterBuilder and get property name and value at runtime
View ArticleBVN.440Handler - invalid language
I use the attribute [BVNetwork.NotFound.Core.NotFoundPage.NotFoundPage]Request URL is "/sv/patrik-testing-invalid-url"I get pages in master language "en", but I want to get them in "sv"Start page...
View ArticleX-Forwarded-Proto support for when behind load balancer.
HiIs there a confiruation key to enable in web.config for X-Forwarded-Proto support https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto.I know there is one for X-Forwarded-For...
View ArticleFailed to load license error from...
Seeing this error in a paasportal log stream. Doesn't seem to affect anything but I like to have logs free of errors...Failed to load licenseSystem.ArgumentNullException: Value cannot be null.Parameter...
View ArticleEpiserver Forms SDK
I was wondering if there was an online SDK reference for Episerver Forms?Thanks
View ArticleAutoSaveInterval
Hi.I want to use AutoSaveInterval property, but this property has attribute [Obsolete] with message "The legacy edit mode has been removed".What new features do allow to set timestamp for auto...
View ArticleDeleting a field in a business object that has been created via code
Hey all, I need to edit a field from a business object but can't seem to access the editing & deleting function...
View ArticleStoring IDP and EPiServer user credentials in EPi database
I have to implement site with multiple authentications with IDP and local EPiServer as well. How are the credentials stored in EPi database? How does it work on such scenarios?
View Article