From dc987e106ce3ba25f021428d2de0ca10d20b8d92 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Dec 2023 09:35:23 +0100 Subject: updated information about search on web page --- content/blog/mail-disaster.md | 2 +- content/blog/web-search-homepage.md | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/blog/mail-disaster.md b/content/blog/mail-disaster.md index 57ba7f1..ab6d452 100644 --- a/content/blog/mail-disaster.md +++ b/content/blog/mail-disaster.md @@ -274,7 +274,7 @@ works like a charm. Added [Spamassassin](https://spamassassin.apache.org/) and [Razor](http://razor.sourceforge.net/) to get rid of spam. -### Update 15.4.2019: +### Update 15.4.2019 Gmail likes us again.. :-) diff --git a/content/blog/web-search-homepage.md b/content/blog/web-search-homepage.md index cb93946..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 -- cgit v1.2.3-54-g00ecf