Closed (works as designed)
Project:
Taxonomy Autotagger
Version:
6.x-1.25
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 15:59 UTC
Updated:
18 Jan 2010 at 11:57 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedI'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.
Comment #2
Anonymous (not verified) commentedGrumph, 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".
Comment #3
sdrycroft commentedApologies 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.