From 9c526704286f549ab412d6a20545fd3e95806c17 Mon Sep 17 00:00:00 2001 From: Gilles Crettenand Date: Thu, 7 May 2015 11:49:18 +0200 Subject: [PATCH] fix old search --- mobile.netbiblio.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mobile.netbiblio.php b/mobile.netbiblio.php index f3b133f..f01c5c4 100644 --- a/mobile.netbiblio.php +++ b/mobile.netbiblio.php @@ -294,6 +294,10 @@ class NetBiblio extends WebService 'page' => ($start / $limit), ); $this->NewSearch(json_encode($query)); + + // remove fields that are not used in "old" search + unset($this->data['count']); + unset($this->data['facets']); } public function NewSearch($values)