server/checkintegrity.py
changeset 1161 936c311010fc
parent 381 e51deabc9b6a
child 1251 af40e615dc89
--- a/server/checkintegrity.py	Thu Mar 26 09:08:05 2009 +0100
+++ b/server/checkintegrity.py	Thu Mar 26 09:09:58 2009 +0100
@@ -71,6 +71,7 @@
                             'before_update_entity', '')
     repo.hm.unregister_hook(uniquecstrcheck_before_modification,
                             'before_update_entity', '')
+    repo.do_fti = True  # ensure full-text indexation is activated
     etypes = set()
     for eschema in schema.entities():
         if eschema.is_final():