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.
AI OnAI Off
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.
Hi Om,
I had the same issue. I had multiple languages enabled, so I had to add criteria.Locale = "en". The "en" has to be replaced with the current language settings of the website.
Hope this helps.
Regards,
Lisanne
Hi,
We are facing some issue in below of our code, please help us asap.
As we are using below code in our application but its returning zero result.
Please help urgently asap.
CatalogEntrySearchCriteria criteria = new CatalogEntrySearchCriteria();
criteria.SearchPhrase = "kitchen";
SearchManager manager = new SearchManager(AppContext.Current.ApplicationName);
SearchResults results = manager.Search(criteria);
Thanks
Om