summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" . }}