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:
authordaita <maxence@pontapreta.net>2016-11-26 22:55:04 +0300
committerdaita <maxence@pontapreta.net>2016-11-26 22:55:04 +0300
commit776e7bf5a1972c19f5083cef0fb207d4279fb888 (patch)
tree33398b7ffed057c8072a72ea102bc14c1ef389c0
parente1e0c70c406f20c5aebba299d2208e254f12d36b (diff)
0.10.2v0.10.2
-rw-r--r--appinfo/info.xml2
-rw-r--r--lib/Service/SolrService.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 14377d4..065e4c0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -40,7 +40,7 @@
</description>
- <version>0.10.1</version>
+ <version>0.10.2</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<types>
diff --git a/lib/Service/SolrService.php b/lib/Service/SolrService.php
index 9d4c74c..6073fc4 100644
--- a/lib/Service/SolrService.php
+++ b/lib/Service/SolrService.php
@@ -516,7 +516,7 @@ class SolrService
$q = '(' . $q . ")\n OR (" . $path . ')';
// Uncomment to display the request sent to solr
- $this->miscService->log($q);
+// $this->miscService->log($q);
$query->setRows(25);
$query->setQuery($q);