Basic Data w/SqLite Full Text Search 「implementation link below」
D
David Simmons
I have built a simple variant of the basic data engine that provides FULL TEXT search using SqLite's intrinsic FTS5 full text engine with bm25 ordering.
It is my thank-you for providing such a nice and clean
wiki.js
implementation.B
Boris Lipin
Hello.
I also made a sqlite3 FTS5 search module some time ago.
This module partially supports NOT, AND and OR expressions and wildcards (*). Feel free to use it if you want.
https://github.com/requarks/wiki/pull/6038