Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-11-17 01:11:43 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-11-17 01:12:14 +0300
commit4f1c650e97587e65b2da3a2186878fde459436be (patch)
tree01cd8e61ab1bb1d9ced72321203caf4b6898f24d /page-unified-search.php
parent6e441903bb7fb631d5a33715945cb9584274a268 (diff)
update search pages
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-unified-search.php')
-rw-r--r--page-unified-search.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/page-unified-search.php b/page-unified-search.php
index bde35c3c..494b7624 100644
--- a/page-unified-search.php
+++ b/page-unified-search.php
@@ -46,3 +46,18 @@
</div>
</div>
</section>
+
+<section class="section--fulltextsearch">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 image--floated image--feature">
+ <a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/fulltextsearch.png"/></a>
+ </div>
+ <div class="col-md-6 feature--block">
+ <h3 class="section--paragraph__title"><?php echo $l->t('Powerful search');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud includes a powerful full-text search engine capable of using ElasticSearch as back-end. Its flexible plugin-based interface enables search capabilities beyond files and accommodates other back-end solutions like Apache Solr.');?></p>
+ <a href="https://apps.nextcloud.com/apps/fulltextsearch" class="button button--blue button--arrow button--large"><?php echo $l->t('In the App store');?></a>
+ </div>
+ </div>
+ </div>
+</section>