Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Model
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-01-17 23:09:13 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-01-17 23:09:13 +0300
commit5e15494ebcadd7726a4727d00b4d441a8c03a6aa (patch)
treed955c0a9b8ab497864cb6e7fd5a3eb8f95c2c3e9 /lib/Model
parentcb5bd0652ff4e1a73a0c47ba3d011501c11156c2 (diff)
on search result, request not in meta anymorev0.5.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Model')
-rw-r--r--lib/Model/SearchResult.php3
1 files changed, 1 insertions, 2 deletions
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()
]
];
}