Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I set standart umbraco search, but it cannot find nodes in arabic language How I can fix it?
var searcher = ExamineManager.Instance; var searchCriteria = searcher.CreateSearchCriteria(); var query = searchCriteria.GroupedOr(new[] { "nodeName", "name", "productDescription", "metaDescription" }, searchTerm).Compile(); var searchResults = searcher.Search(query).Where(r => r["__IndexType"] == "content").ToList();
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Search in Arabic
I set standart umbraco search, but it cannot find nodes in arabic language How I can fix it?
var searcher = ExamineManager.Instance; var searchCriteria = searcher.CreateSearchCriteria(); var query = searchCriteria.GroupedOr(new[] { "nodeName", "name", "productDescription", "metaDescription" }, searchTerm).Compile(); var searchResults = searcher.Search(query).Where(r => r["__IndexType"] == "content").ToList();
is working on a reply...