[gen] Bugfixes in the management of indexes.

This commit is contained in:
Gaetan Delannay 2012-10-05 16:38:15 +02:00
parent 7a38892cee
commit 64e1ace32c
3 changed files with 7 additions and 3 deletions

View file

@ -8,7 +8,7 @@ from appy.shared.utils import normalizeText
# Default Appy indexes ---------------------------------------------------------
defaultIndexes = {
'State': 'FieldIndex', 'UID': 'FieldIndex', 'Title': 'TextIndex',
'SortableTitle': 'FieldIndex', 'SearchableText': 'XhtmlIndex',
'SortableTitle': 'FieldIndex', 'SearchableText': 'TextIndex',
'Creator': 'FieldIndex', 'Created': 'DateIndex', 'ClassName': 'FieldIndex',
'Allowed': 'KeywordIndex'}