forked from 0x2620/pandora
use clips query for filter too
This commit is contained in:
parent
b4cc3621ff
commit
2180021421
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ def parse_query(data, user):
|
|||
if 'clips' in data:
|
||||
conditions = {'query': data['clips']['query']}
|
||||
query['clip_qs'] = Clip.objects.find(conditions, user).order_by('start')
|
||||
conditions = {'query': data['query']}
|
||||
query['clip_filter'] = models.Clip.objects.filter_annotations(conditions, user)
|
||||
query['clip_items'] = data['clips'].get('items', 5)
|
||||
query['clip_keys'] = data['clips'].get('keys')
|
||||
|
|
Loading…
Reference in a new issue