forked from 0x2620/pandora
some query fixes
This commit is contained in:
parent
09e9b5af0a
commit
95ac3ee685
4 changed files with 75 additions and 88 deletions
|
|
@ -58,8 +58,8 @@ pandora.ui.browser = function() {
|
|||
};
|
||||
},
|
||||
items: function(data, callback) {
|
||||
pandora.api.find($.extend(data, {
|
||||
query: pandora.Query.toObject()
|
||||
pandora.api.find(Ox.extend(data, {
|
||||
query: pandora.user.ui.query
|
||||
}), callback);
|
||||
},
|
||||
keys: ['director', 'id', 'posterRatio', 'title', 'year'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue