summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-12-09 16:39:16 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-12-09 16:39:16 +0100
commit40cb473bb34fa98a67cfef279e6906b6fc5ee1ed (patch)
tree25bbcb5a5042ad273a23d9ccebe6338603a3aa61 /content
parent5447e2c677f8066f9cc323f8376c9c118f3eb224 (diff)
downloadwww-andreasbaumann-cc-40cb473bb34fa98a67cfef279e6906b6fc5ee1ed.tar.gz
www-andreasbaumann-cc-40cb473bb34fa98a67cfef279e6906b6fc5ee1ed.tar.bz2
gave up on fts5 sql with wasm for now, far too convoluted build systems
Diffstat (limited to 'content')
-rw-r--r--content/search/_index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/search/_index.md b/content/search/_index.md
index 80efd10..995b1dd 100644
--- a/content/search/_index.md
+++ b/content/search/_index.md
@@ -2,4 +2,6 @@
title = "Search"
+++
-The search is using [ElasticLunr](http://elasticlunr.com/).
+<!-- The search is using [ElasticLunr](http://elasticlunr.com/). -->
+
+The search is using [FTS5 Sqlite3 in sql.js](https://github.com/sql-js/sql.js).