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

febbraro’s picture

Status: Active » Postponed (maintainer needs more info)

Not 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.

Yorgg’s picture

Issue tags: -taxonomy +path, +taxonomy hierachy

Hi

I mean allow to pass an argument for taxonomy processing and a custom vocabulary name and id for output of custom views.

Regards,
Jorge.

febbraro’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

YOu should be able to use hook_calais_preprocess or hook_calais_postprocess for whatever you might need with tag manipulation.