Closed (works as designed)
Project:
OpenCalais
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2011 at 19:55 UTC
Updated:
24 Jan 2011 at 15:12 UTC
Hello!
I've added a new option in the Calais config to only send the request when the node is created (i.e. only on insert, not on update). Basically I want my content to get automatically tagged when it's created, but then I don't want Calais to do anything else unless it's manually triggered.
To be honest, I don't totally get why a Calais request is made with every save in "Automatic" mode even if I have it set to only tag content once. Then again, it might just be that I have an unusual workflow (lots of bulk node processing)
(Let me know if the patch is correct; I'm not quite sure I have git diff figured out yet)
| Comment | File | Size | Author |
|---|---|---|---|
| opencalais_on_create_option.patch | 2.09 KB | eli |
Comments
Comment #1
febbraro commentedAre you saying that this scenario is not handled under the processing option of "Once: tag the content the first time I save" That makes it only tag on insert and not update. I think it already does what you want it to do.