Closed (works as designed)
Project:
autocategorise
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 12:45 UTC
Updated:
11 Nov 2009 at 00:56 UTC
Jump to comment: Most recent
Comments
Comment #1
fantomcat commentedThis goes for 6.x-1.1 to, this bug is really making things not working at all.
Comment #2
vasheck commentedI have the same problem. Using Drupal 6.6....
I created a new taxonomy with a couple of terms... however, no matter what text I use, last term always gets published/selected as the tag.
Anyway, ideas how to fix it?
Thanks!
Comment #3
aflores3 commentedI'm experiencing the exact same problems on Drupal 6.6
Aside from that, the module works great. I too would like to see this fixed.
Thanks for your work.
Comment #4
matslats commentedSorry about the delay in replying. The rss notification stopped working...
I think this happened because you didn't read the instructions. The matching happened not against the term name but against all the synonyms of a term.
As of now, the term name is included in the list of synonyms,
Coming soon... regular expression matching!
Matthew
Comment #5
HonorsGrad commentedThe module "assumes the last term is a 'misc' ". I commented it out here.
**From**
$matches[]=$catch_all_tid;**To**
//$matches[]=$catch_all_tid;Comment #6
matslats commentedIt only assumes last category is misc if the vocabulary is 'required' on the vocabulary settings page
Comment #7
mishac commentedThis appears to not be the case - I have made the vocabulary not "Required" and it still applies the last term to every item...
Comment #8
Anonymous (not verified) commentedLike #7. Using autocategorise.info,v 1.2 2009/05/14 18:51:04. Everything gets into that last term bucket.