its created not date.

This commit is contained in:
j 2014-12-17 13:56:45 +00:00
parent 5123190757
commit ed7c5b8a6d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def findChangeLogs(request, data):
]
operator: ","
},
sort: [{key: 'date', operator: '+'}],
sort: [{key: 'created', operator: '+'}],
range: [int, int]
keys: [string]
}