November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I am not sure if this should be considered a bug but I believe CustomizedSearchBlock use a UnifiedSearch in Episerver.Find.ClientExtensions that would normally not use. This one does _not_ set the language/analyzer according to PreferedCulture but the other in one in Episerver.Find.Cms.ClientExtensions does.
Hi,
We are using CustomizedSearchBlock for populating some dynamic results from EPiServer.Find, observing that, its resulting non current culture/language pages, eventhrough the resulted pages are configured with fallback language.
Example:
A page named (about us), created in en-us and configured fallback with en->en-us
With above
If I visit https://www.mysite.com/en-us/about-us/ or https://www.mysite.com/en/about-us/ both are working.
When I'm using CustomizedSearchBlock to result out the "en" page, its always giving the "en-us" not the "en".
CustomizedSearchBlock Controller code:
But the above same scenarion working fine in the reguler EPiServer Find search,
Find Reguler Search Query:
Did anyone faced similer issue?