--- a/src/ldt/ldt/indexation/signals.py Thu Jan 02 17:09:42 2014 +0100
+++ b/src/ldt/ldt/indexation/signals.py Thu Jan 02 17:43:43 2014 +0100
@@ -35,6 +35,6 @@
from ldt.text.models import Annotation
self.__disconnect_signals(Annotation)
- self.__connect_signals(Content)
+ self.__disconnect_signals(Content)
self.__disconnect_signals(Segment)
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ldt/ldt/indexation/templates/search/indexes/ldt_utils/content_text.txt Thu Jan 02 17:43:43 2014 +0100
@@ -0,0 +1,3 @@
+{{object.tags}}
+{{object.title}}
+{{object.description}}
\ No newline at end of file