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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/SearchResult.php')
-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()
]
];
}