November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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