author | sylvain.thenault@logilab.fr |
Thu, 26 Mar 2009 09:09:58 +0100 | |
changeset 1161 | 936c311010fc |
parent 1160 | 77bf88f01fcc |
child 1162 | f210dce0dc47 |
child 1163 | 232aef110a0a |
child 1169 | 52058e8a3af9 |
--- 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():