fix find on home
This commit is contained in:
parent
70bcc962a9
commit
59362ae1b5
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ pandora.ui.home = function() {
|
|||
that.fadeOutScreen();
|
||||
pandora.UI.set({
|
||||
page: '',
|
||||
find: {
|
||||
findDocuments: {
|
||||
conditions: value === ''
|
||||
? []
|
||||
: [{key: '*', value: value, operator: '='}],
|
||||
|
|
Loading…
Reference in a new issue