fix find on home

This commit is contained in:
j 2019-12-01 17:40:46 +01:00
parent 70bcc962a9
commit 59362ae1b5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ pandora.ui.home = function() {
that.fadeOutScreen();
pandora.UI.set({
page: '',
find: {
findDocuments: {
conditions: value === ''
? []
: [{key: '*', value: value, operator: '='}],