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/IndexDocument.php')
-rw-r--r--lib/Model/IndexDocument.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Model/IndexDocument.php b/lib/Model/IndexDocument.php
index 4716364..0d2bb4c 100644
--- a/lib/Model/IndexDocument.php
+++ b/lib/Model/IndexDocument.php
@@ -490,6 +490,7 @@ class IndexDocument implements \JsonSerializable {
'title' => $this->getTitle(),
'link' => $this->getLink(),
'source' => $this->getSource(),
+ 'info' => $this->getInfoAll(),
'tags' => $this->getTags(),
'more' => $this->getMore(),
'excerpts' => $this->getExcerpts(),