server/test/data/schema/custom.py
changeset 360 600dd2fe8b40
parent 341 0a426be2f3a2
child 393 45a675515427
--- a/server/test/data/schema/custom.py	Wed Jan 07 11:36:16 2009 -0800
+++ b/server/test/data/schema/custom.py	Thu Jan 08 09:55:27 2009 +0100
@@ -25,3 +25,6 @@
 class see_also(RelationDefinition):
     subject = ('Bookmark', 'Note')
     object = ('Bookmark', 'Note')
+
+_euser = import_schema('base').EUser
+_euser.__relations__[0].fulltextindexed = True