Needs review
Project:
Auto Tagging
Version:
6.x-1.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 16:58 UTC
Updated:
4 Dec 2009 at 17:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
IncrediblyKenzi commentedRight now the autotagging module acts on a combination of the title and body field.
That being said, it's difficult to support arbitrary fields from a ui perspective.
What I can do is offer the ability to hook into the module right before the tag fetch so that other fields can be appended to the processed text. That should do the trick. Sound good?
Comment #2
IncrediblyKenzi commentedTry the following patch.. It's a one line change, but allows you to define a function in a custom module, ala:
If this works for you I'll commit it.
Comment #3
mesh commentedSounds goooood.. also if the cck field itself has a 'include in autotagging' feature would be better IMO. Thanks for your reply..
Comment #4
mesh commentedchose not to use the cck fields for now, but will definately test your patch and revert back soon..