more sorting

This commit is contained in:
j 2011-01-05 18:36:09 +05:30
commit e52dca8efb
3 changed files with 68 additions and 264 deletions

View file

@ -40,6 +40,7 @@ def parseCondition(condition):
'person': 'string',
'text': 'string',
'year': 'string',
'length': 'string',
}.get(key_type, key_type)
if key_type == "string":