fix old search

This commit is contained in:
Gilles Crettenand
2015-05-07 11:49:18 +02:00
parent 4b35670f95
commit 9c52670428

View File

@@ -294,6 +294,10 @@ class NetBiblio extends WebService
'page' => ($start / $limit), 'page' => ($start / $limit),
); );
$this->NewSearch(json_encode($query)); $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) public function NewSearch($values)