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 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.
Any updates on this issue? I have the same problem
Hello Burki,
I used Tagliatelle Tag Manager 1.0.2 package for tags. This package does not convert Turkish characters.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
GetDocumentsWithTags ignores Turkish specific characters in tags
I use the following code to filter blog posts by tags.
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.
Any updates on this issue? I have the same problem
Hello Burki,
I used Tagliatelle Tag Manager 1.0.2 package for tags. This package does not convert Turkish characters.
is working on a reply...