search in documents
This commit is contained in:
parent
5129b75650
commit
686bd8c238
2 changed files with 6 additions and 2 deletions
|
|
@ -230,7 +230,7 @@ pandora.ui.collectionIconPanel = function(listData) {
|
|||
that.updateQuery = function(key, value) {
|
||||
$list.options({
|
||||
items: function(data, callback) {
|
||||
pandora.api.find(Ox.extend(data, {
|
||||
pandora.api.findDocuments(Ox.extend(data, {
|
||||
query: {
|
||||
conditions: [{key: 'collection', value: listData.id, operator: '=='}].concat(
|
||||
value !== ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue