summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-12-13 17:29:45 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-12-13 17:29:45 +0100
commitc3929f9575a776bce90a652fa73876da80894d57 (patch)
tree6330f33b07ad6b3954a96e9042f0e043917f82a6 /content
parentbfc1d39d2c9a9f192d94627f05cdc246219cbc16 (diff)
downloadwww-andreasbaumann-cc-c3929f9575a776bce90a652fa73876da80894d57.tar.gz
www-andreasbaumann-cc-c3929f9575a776bce90a652fa73876da80894d57.tar.bz2
made the ranklist with sqlite/fts5 look as the one with elasticlunr (but with highlighting and abstracting)
Diffstat (limited to 'content')
-rw-r--r--content/search/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/search/_index.md b/content/search/_index.md
index 995b1dd..1c0d6d7 100644
--- a/content/search/_index.md
+++ b/content/search/_index.md
@@ -4,4 +4,4 @@ title = "Search"
<!-- The search is using [ElasticLunr](http://elasticlunr.com/). -->
-The search is using [FTS5 Sqlite3 in sql.js](https://github.com/sql-js/sql.js).
+The search is using [FTS5 Sqlite3 in sql.js](https://www.skypack.dev/view/sql.js-fts5).