Copied to clipboard

Flag this post as spam?

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


  • Osman Coskun 148 posts 349 karma points
    Nov 30, 2013 @ 22:10
    Osman Coskun
    0

    GetDocumentsWithTags ignores Turkish specific characters in tags

    I use the following code to filter blog posts by tags.

    var matchingNodes = Tag.GetDocumentsWithTags(tagToFind);
            <div class="posts-list">
    
             <ul>
                  @foreach (var node in matchingNodes)
                  {
                    dynamic dn = new DynamicNode(node.Id);
                       <li><a href="@dn.Url">@dn.Namea>li>
                  }
              ul>
            div>

    When i try to filter tags with GetDocumentsWithTags method i usually get filtered nodes. However if the tags contains Turkish specific characters    ,  no results returned. 

    Do you have any idea how to fix this?

    Thank you in advance.

  • Burki 7 posts 77 karma points
    Dec 20, 2016 @ 10:26
    Burki
    0

    Any updates on this issue? I have the same problem

  • Osman Coskun 148 posts 349 karma points
    Dec 20, 2016 @ 20:06
    Osman Coskun
    0

    Hello Burki,

    I used Tagliatelle Tag Manager 1.0.2 package for tags. This package does not convert Turkish characters.

  • 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