Various bugfixes.
This commit is contained in:
parent
5f530d9f9e
commit
b985b5998d
4 changed files with 3 additions and 2 deletions
|
@ -328,6 +328,7 @@ class Search:
|
|||
# 'SortableTitle', because index 'Title' is a ZCTextIndex
|
||||
# (for searchability) and can't be used for sorting.
|
||||
elif fieldName == 'state': return 'State'
|
||||
elif fieldName in defaultIndexes: return fieldName
|
||||
else:
|
||||
return 'get%s%s'% (fieldName[0].upper(),fieldName[1:])
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue