fix old search
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user