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-05-23 13:12:28 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-05-23 13:12:28 +0300
commiteed8fbf16f617b57a2c2a4a5e844b40bf0bfb7c1 (patch)
treee5dc7ec3175e9f2f0a26293226068d7410471d5e /lib/Model
parent3f77b92dbba07e270c9a1fe864803c45a1099a0c (diff)
display source
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Model')
-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(),