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:
-rw-r--r--lib/IFullTextSearchProvider.php2
-rw-r--r--lib/Service/ConfigService.php6
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/IFullTextSearchProvider.php b/lib/IFullTextSearchProvider.php
index 91c4c42..57089ba 100644
--- a/lib/IFullTextSearchProvider.php
+++ b/lib/IFullTextSearchProvider.php
@@ -96,7 +96,9 @@ interface IFullTextSearchProvider {
/**
* fill a chunk of documents with more content, prior to index.
+ *
* @deprecated
+ *
* @param IndexDocument[] $chunk
*
* @return IndexDocument[]
diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php
index d0aab26..8462831 100644
--- a/lib/Service/ConfigService.php
+++ b/lib/Service/ConfigService.php
@@ -41,9 +41,9 @@ class ConfigService {
/** @var array */
public $defaults = [
- self::SEARCH_PLATFORM => '',
- self::APP_NAVIGATION => '0',
- self::PROVIDER_INDEXED => '',
+ self::SEARCH_PLATFORM => '',
+ self::APP_NAVIGATION => '0',
+ self::PROVIDER_INDEXED => '',
self::CRON_LAST_ERR_RESET => '0'
];