A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
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?