summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-12-17 09:35:23 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-12-17 09:35:23 +0100
commitdc987e106ce3ba25f021428d2de0ca10d20b8d92 (patch)
tree1e666dd92991c1e031ab03e6798bacdd6ba4414b /content
parent6080ac0eef9f1352649667c12dbacb6810424e64 (diff)
downloadwww-andreasbaumann-cc-dc987e106ce3ba25f021428d2de0ca10d20b8d92.tar.gz
www-andreasbaumann-cc-dc987e106ce3ba25f021428d2de0ca10d20b8d92.tar.bz2
updated information about search on web page
Diffstat (limited to 'content')
-rw-r--r--content/blog/mail-disaster.md2
-rw-r--r--content/blog/web-search-homepage.md16
2 files changed, 16 insertions, 2 deletions
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