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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies