London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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