summaryrefslogtreecommitdiff
path: root/content/blog/web-search-homepage.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/web-search-homepage.md')
-rw-r--r--content/blog/web-search-homepage.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/content/blog/web-search-homepage.md b/content/blog/web-search-homepage.md
index a3a1cc3..98b81c7 100644
--- a/content/blog/web-search-homepage.md
+++ b/content/blog/web-search-homepage.md
@@ -258,10 +258,24 @@ The upload to the remote webserver can be done more elegantly.
One idea is to use the backup/replication API of strus for this:
build an index locally and sync it to the strusWebService.
-Update March 2018: currently the ARM version of strus is completely broken
+### Update 8.3.2018
+
+Currently the ARM version of strus is completely broken
and the strusWebService is being rewritten. So there will be an updated
blog entry when those things are fixed.
+### Update 29.4.2018
+
+Replaced the web page search with an [Elasticlunr](http://elasticlunr.com/)
+Javascript search, running 100% on the client for added security and load
+distribution benefits.
+
+### Update 17.12.2023
+
+Replaced the Elasticlunr search with a webassembly version of
+[Sqlite Free Text Search 5](https://www.sqlite.org/fts5.html).
+Also runs completely on the clients browser.
+
# Sources
As always you can find the sources of the project on my github (also hosted
@@ -271,5 +285,5 @@ http://git.andreasbaumann.cc/cgit/www-andreasbaumann-cc/
The strus specific scripts and configuration are in:
-http://git.andreasbaumann.cc/cgit/www-andreasbaumann-cc/tree/strus
+http://git.andreasbaumann.cc/cgit/www-andreasbaumann-cc/tree/search/strus