fix find on home

This commit is contained in:
j 2019-12-01 17:40:46 +01:00
parent 70bcc962a9
commit 59362ae1b5

View file

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