Varying (non-deterministic) result order with unified search
When I search repeatedly, my results are ordered differently. Not every consecutive search changes the order, but when I recorded the top ten results of five searches, there were three different orders...
View ArticleMake LinkItem a valid property type
LinkItemCollection is great but if you only want one link it would be nice to be able to create a LinkItem property.
View ArticleHow to write DRY code with filter facets
I'm working on a search solution using unified search that has a few category filters.When making the filterfacets to display the number of results to be expected in each category, the code looks...
View ArticleFailed Password Attempt Count on Login
Hi!I would like to display the failed login attempts when user enter incorrect password.Is there any possibilty is there using EpiServer extensions? or do we need to write any extra code to get this...
View ArticleCode first migration not working when deploying on DXP/DXC
Hi,I am using foundation for a new project we have, I am facing an issue where the table is not getting created via EF Code first approach. It works when I do the update-database via the NuGet console...
View ArticleUnit testing a class with a dependency on FilterAccess
HiI am trying to write some unit tests for our solution, and honestly I am finding it a bit like pulling teeth.But I have managed to get as far as making/finding/altering a FakeContentRepository, such...
View ArticleLinked dropdown does not display value
Having used this setup on o website since it ran 7.5 (http://world.episerver.com/blogs/Duong-Nguyen/Dates/2014/1/Country-Region-drop-down-lists-in-All-properties-mode/) and it has worked great. Now the...
View ArticleHow can I remove «Reports» from the global menu?
I would like «Reports» in the global menu to be visible for members of a specific user group.Other users should not see «Reports».How can that be done?
View ArticleForms file upload error
Whenever I try to upload a file on a form I get the following js error:If I don't add a file then the form submits fine. This is on my local dev environment.Using EpiServer CMS V11.9 and EPiserver...
View ArticleSupport for filtering on facets in general, not just NestedFacetRequest
It is not possible to filter on facets, only nested facets.This is needed to keep facet counts as expected when filters are applied
View ArticleCan't see embed code in editor
Hi!After upgrade to update 304 we cant see the source code for embed and iframes that we published in the editor before the upgrade. The page can still show the iframe and embed content but its...
View ArticleStored procedure maxes out DTU in Azure
We're having the same issue as Johan describes in the following post: https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2017/5/what-function-is-making-this-sql-call/,...
View ArticleOrder with multiple shipments, how to apply a custom shipping promotion to...
Hi,I have looked everywhere on the forum, but could not find an answer to my question :I am creating a custom shipping promotion type for an eCommerce website that is used by multiple stores. When a...
View ArticleDisplay dropdown when add items to list
Hi,I have a list:[ClientEditor(SelectionFactoryType = typeof(MyTypesFactory))] [UIHint("DropDownList")] public virtual IList<string> Types { get; set; }Now i want the user to be able to select...
View ArticleUsing UsingSynonyms in Find correctly
Hello,We have some problems with getting correct search results with the usage of synonyms.Search for some texts yields 0 aswers when there should be a lot of answers if synonyms are working correct.I...
View ArticleOverride episerver preview url to SPA on another server
I have EPI server instance with content delivery API enabled. On the other end I have Angular SPA application hosted on separate domain/server. I would like editors to be able to preview their changes....
View ArticleValidation on a BlockType - no errormessage in UI when saving block
We have a block with properties Image and ImageAlt. To get the ImageAlt to be required if the user add an Image we created a custom validation class for the block. public class ImageBlockValidator :...
View ArticleRestrict Access for block types
Hi,I need to restrict create/edit access for certain block types and can see it can be done using the Access attribute as documented...
View ArticleUsing the self optimizing block with content delivery API...
Hi all. My team has a backend service that is utilizing the content delivery API to get block and page information from Episerver to our React app. Our client is interested in using the self optimizing...
View ArticleUsing a CDN with Episerver
I have an existing Episerver project, all the images and media are genrally uploaded via the back office's media section.Recently they have significantly inrecressed the amount of media on the website,...
View Article