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-17 16:17:21 +0300
committerdaita <maxence@pontapreta.net>2016-11-17 16:17:21 +0300
commitef93d51d1dd1d08b7c808e8465cb1e5ddc2ad4d9 (patch)
tree0cf8af4ed69ed3e3e6af82b5b2d84673c2d8e09f /templates
parent0767ee713b2528105787629bfb9af3e18721b117 (diff)
nextant_only in Admin UI
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php19
1 files changed, 6 insertions, 13 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 1bce1ad..b8fd751 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -109,7 +109,12 @@ style('nextant', 'admin');
<?php p($l->t('Index Files Tree :')) ?></td>
<td colspan="2"><input type="checkbox"
name="solr_index_files_tree" id="solr_index_files_tree"
- value="1" style="margin: 10px;"></td>
+ value="1" style="margin: 10px;"> <span
+ id="solr_index_files_nextant_only_span"><input type="checkbox"
+ name="solr_index_files_nextant_only"
+ id="solr_index_files_nextant_only" value="1"
+ style="margin: 10px;"> Disable default search from Files </span>
+ </td>
</tr>
<tr style="height: 30px;">
@@ -208,18 +213,6 @@ style('nextant', 'admin');
id="solr_index_delay" value="2" style="width: 50px;" /> hours</td>
</tr>
-
- <!--
- <tr style="height: 30px;">
- <td class="nextant_admin_left">
- <?php p($l->t('Fully Replace Core Search:')) ?></td>
- <td id="solr_replace_core_search_td"><input type="checkbox"
- name="solr_replace_core_search" id="solr_replace_core_search"
- value="1" style="margin: 10px;"> (needs <b>Index Files Tree</b>
- enabled)</td>
- </tr>
- -->
-
<tr style="height: 30px;">
<td class="nextant_admin_left">
<?php p($l->t('Number of documents :')) ?></td>