use intermediate table for user matching, fix clear_smart_list_cache
This commit is contained in:
parent
d1b9e965f5
commit
8fc084b852
4 changed files with 16 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ def parse(data):
|
|||
if key in data:
|
||||
query[key] = data[key]
|
||||
#print data
|
||||
query['qs'] = Parser(models.Item).find(data)
|
||||
query['qs'] = Parser(models.Item, models.user_items).find(data)
|
||||
if not 'group' in query:
|
||||
query['qs'] = order(query['qs'], query['sort'])
|
||||
return query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue