Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anton 135 posts 186 karma points
    Feb 14, 2016 @ 12:35
    Anton
    0

    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();

Please Sign in or register to post replies

Write your reply to:

Draft