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)

CommentFileSizeAuthor
opencalais_on_create_option.patch2.09 KBeli

Comments

febbraro’s picture

Status: Active » Closed (works as designed)

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