Posted by staminna on March 26, 2009 at 8:30pm
Jump to:
| Project: | OpenCalais |
| Version: | 6.x-3.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | staminna |
| Status: | closed (works as designed) |
| Issue tags: | chunk, path, split, taxonomy hierachy |
Issue Summary
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
#1
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.
#2
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.
#3
YOu should be able to use hook_calais_preprocess or hook_calais_postprocess for whatever you might need with tag manipulation.