From 5e15494ebcadd7726a4727d00b4d441a8c03a6aa Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 17 Jan 2018 19:09:13 -0100 Subject: on search result, request not in meta anymore Signed-off-by: Maxence Lange --- lib/Model/SearchResult.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Model') diff --git a/lib/Model/SearchResult.php b/lib/Model/SearchResult.php index b364123..c070187 100644 --- a/lib/Model/SearchResult.php +++ b/lib/Model/SearchResult.php @@ -220,8 +220,7 @@ class SearchResult implements \JsonSerializable { 'time' => $this->getTime(), 'count' => $this->getCount(), 'total' => $this->getTotal(), - 'maxScore' => $this->getMaxScore(), - 'request' => $this->getRequest() + 'maxScore' => $this->getMaxScore() ] ]; } -- cgit v1.2.3