Closed (works as designed)
Project:
OpenCalais
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
26 Mar 2009 at 20:30 UTC
Updated:
22 Jul 2010 at 23:31 UTC
Hi
I am trying to use fixed-taxonomy terms but Calais is using the taxonomy root.
It shouldn't be difficult to split the results into another chunk.
Maybe I can write my first patch. It shouldn't be hard.
Kind Regards,
Jorge.
Comments
Comment #1
febbraro commentedNot exactly sure what you are asking for here. Are you trying to use non 'tag' vocabularies in Calais? if so, that is not supported since we don't have full list of all things they could possibly return, and could not keep up with updates either.
Maybe I'm missing your point?
Also, if you wanted to integrate with other vocabularies you should investigate the Calais pre/postprocess hooks as documented here, http://drupal.org/node/303763. This can be done in a custom module and you can take the Calais tags and do with them whatever you wish.
Comment #2
Yorgg commentedHi
I mean allow to pass an argument for taxonomy processing and a custom vocabulary name and id for output of custom views.
Regards,
Jorge.
Comment #3
febbraro commentedYOu should be able to use hook_calais_preprocess or hook_calais_postprocess for whatever you might need with tag manipulation.