From 59362ae1b597eae3aa4bed879aec330d6a5885d9 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 1 Dec 2019 17:40:46 +0100 Subject: [PATCH] fix find on home --- static/js/home.leftovers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/home.leftovers.js b/static/js/home.leftovers.js index 4ce58a1..ec67492 100644 --- a/static/js/home.leftovers.js +++ b/static/js/home.leftovers.js @@ -85,7 +85,7 @@ pandora.ui.home = function() { that.fadeOutScreen(); pandora.UI.set({ page: '', - find: { + findDocuments: { conditions: value === '' ? [] : [{key: '*', value: value, operator: '='}],