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-10-07 18:03:27 +0300
committerdaita <maxence@pontapreta.net>2016-10-07 18:03:27 +0300
commit663d2ecdb4db10d714a9fa26914c532ba7d1efc8 (patch)
tree540c895d457897d189689be2bc066400331fa871
parent9ed7be981cf0dd4d551747cf20f587f31153d455 (diff)
0.5.0
-rw-r--r--CHANGELOG.md1
-rw-r--r--lib/Service/ConfigService.php2
-rw-r--r--templates/settings.admin.php2
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92d1ac0..84fc3b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- Beta release
- new Admin UI
- new display on search result
+- search within trash bin
**v0.4.2**
diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php
index 1874369..4095005 100644
--- a/lib/Service/ConfigService.php
+++ b/lib/Service/ConfigService.php
@@ -41,7 +41,7 @@ class ConfigService
private $defaults = [
'configured' => '0',
- 'needed_index' => '2',
+ 'needed_index' => '1',
'solr_url' => 'http://127.0.0.1:8983/solr/',
'solr_core' => 'nextant',
'live_extract' => '1',
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 4bf8c8f..64f4ac7 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -96,8 +96,8 @@ style('nextant', 'admin');
<td class="nextant_admin_left">
<?php p($l->t('Display result :')) ?></td>
<td><select id="solr_display_result" style="width: 260px;">
+ <option value="1">Nextant style</option>
<option value="2">Integrated to the Files app</option>
- <option value="1">Nextant style (alpha - do not use)</option>
</select></td>
</tr>