summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-04 18:24:14 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-10-04 18:24:14 +0200
commit8be4daeff9f6f93a909375e5ac64bfad570f702c (patch)
treed983aee742123bf7c02c68c6b0d3040159b9e5a5
parent1caf749cae1190b5ffd90666927eb4df6d7b93db (diff)
downloadwww-andreasbaumann-cc-8be4daeff9f6f93a909375e5ac64bfad570f702c.tar.gz
www-andreasbaumann-cc-8be4daeff9f6f93a909375e5ac64bfad570f702c.tar.bz2
disabled strus search for now
-rw-r--r--content/search/_index.md9
-rw-r--r--themes/new_theme/layouts/partials/sidebar.html2
2 files changed, 4 insertions, 7 deletions
diff --git a/content/search/_index.md b/content/search/_index.md
index c0a0a71..234f3ee 100644
--- a/content/search/_index.md
+++ b/content/search/_index.md
@@ -2,10 +2,7 @@
title = "Search"
+++
-The search function on this page is using the web service API of the
-[strusWebService](https://github.com/Eurospider/strusWebService).
-This one uses the APIs from the
-[Strus Project](http://project-strus.net).
+The search is currently a simple Google site search.
-If you want to learn about the details check out my series
-of blog articles about the strus search on a webpage.
+The search function on this page which was using the web service API using
+the [Strus Project](http://project-strus.net) is currently broken.
diff --git a/themes/new_theme/layouts/partials/sidebar.html b/themes/new_theme/layouts/partials/sidebar.html
index 123c544..8d20064 100644
--- a/themes/new_theme/layouts/partials/sidebar.html
+++ b/themes/new_theme/layouts/partials/sidebar.html
@@ -1,5 +1,5 @@
<aside class="sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
- {{ partial "widgets/strus_search.html" . }}
+ {{ partial "widgets/google_site_search" . }}
{{ $section := .Section }}
{{ if or ( eq $section "blog" ) ( eq $section "" ) }}
{{ partial "widgets/recent.html" . }}