[gen] Bugfixes in the management of indexes.
This commit is contained in:
parent
7a38892cee
commit
64e1ace32c
3 changed files with 7 additions and 3 deletions
|
@ -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'}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue