its created not date.
This commit is contained in:
parent
5123190757
commit
ed7c5b8a6d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def findChangeLogs(request, data):
|
|||
]
|
||||
operator: ","
|
||||
},
|
||||
sort: [{key: 'date', operator: '+'}],
|
||||
sort: [{key: 'created', operator: '+'}],
|
||||
range: [int, int]
|
||||
keys: [string]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue