summaryrefslogtreecommitdiff
path: root/content/search/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/search/_index.md')
-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..1c0d6d7 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://www.skypack.dev/view/sql.js-fts5).