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>2017-02-06 13:47:42 +0300
committerdaita <maxence@pontapreta.net>2017-02-06 13:47:42 +0300
commit472a77e9b7458d6973597af3cdc9c4190404416e (patch)
treeef19df062c5ecca46d549a2835eb550f3cccbcea /templates
parent36ff2acf5f6bf0993f56e1131f50a88f26c99dfc (diff)
#128 - Option to enable/disable Trash index
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php16
1 files changed, 11 insertions, 5 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index fb60e56..8c666da 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -121,6 +121,14 @@ style('nextant', 'admin');
<tr style="height: 30px;">
<td class="nextant_admin_left">
+ <?php p($l->t('Index File Trash:')) ?></td>
+ <td colspan="2"><input type="checkbox"
+ name="solr_index_files_trash" id="solr_index_files_trash"
+ value="1" style="margin: 10px;"></td>
+ </tr>
+
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
<?php p($l->t('Index Public Links :')) ?></td>
<td colspan="2"><input type="checkbox"
name="solr_index_files_sharelink"
@@ -224,12 +232,10 @@ style('nextant', 'admin');
</td>
<td colspan="2"><select id="solr_index_live" style="width: 200px">
<option value="0"><?php p($l->t('Disabled')); ?></option>
- <!-- <option value="1"><?php p($l->t('Using Semaphore')); ?></option> -->
+ <!-- <option value="1"><?php p($l->t('Using Semaphore')); ?></option> -->
<option value="2"><?php p($l->t('Using Database')); ?></option>
- </select>
-<!-- <input type="text" id="solr_index_live_queuekey"
- style="width: 100px; font-size: 12px;" /> -->
- </td>
+ </select> <!-- <input type="text" id="solr_index_live_queuekey"
+ style="width: 100px; font-size: 12px;" /> --></td>
</tr>
<tr style="height: 30px;">