Create a taxonomy term called: árvíztűrő

Put this word into a content body and autotag will not recognize it (in the title it recognizes it). It is probably because of the ű char.

Thanks in advance!

Comments

Anonymous’s picture

I'm having an issue with English characters like Men's as the tag. Is there a way to overcome this? Searching the code but I have to get familiar with it.

Anonymous’s picture

Grumph, I figured out that the reason "Men's" as a tag doesn't work for autotag. It considers Men's in the body to be two words "Men s" and there is a filter to limit words to greater than a length of three. Removing that filter causes the expected action to occur for me because I have a synonym of "men" listed in my "Men's" tag. Obviously the declared whitespace delimiters are a problem in this issue as well. The word is actually men's and not the two words "men s".

sdrycroft’s picture

Status: Active » Closed (works as designed)

Apologies for not getting back sooner. This is a tricky one, I need to split up entry text somehow, and splitting on the apostrophe/single quote is no doubt necessary for some users, and a hindrance for others. Line 39 of autotag.functions.inc can be edited (6.x-1-26) if you'd like to alter this behaviour, but for now I'm afraid I'll be leaving the code as it is.