From 49328e8912b785977df482b0aa08926cb3ed8341 Mon Sep 17 00:00:00 2001 From: Thomas Desvenain Date: Fri, 27 Sep 2013 16:28:35 +0200 Subject: [PATCH] doc --- src/collective/contact/core/subscribers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collective/contact/core/subscribers.py b/src/collective/contact/core/subscribers.py index f9e8adf..63c8615 100644 --- a/src/collective/contact/core/subscribers.py +++ b/src/collective/contact/core/subscribers.py @@ -16,7 +16,7 @@ def set_is_created(obj, event): # update indexes of related content when a content is modified - +# you can monkey patch this value if you have an index that needs this indexes_to_update = ['SearchableText']