tinyfts

What tinyfts
Where https://github.com/dbohdan/tinyfts
Description A very small standalone full-text search HTTP/SCGI server. Can load data from Wikit and Nikit databases. Powered by Wapp and SQLite.
Prerequisites Tcl 8.6+ with the SQLite 3 extension compiled with FTS5 .
Updated 2020-12
License MIT
Contact dbohdan

Demo

A live demo of tinyfts that searched a snapshot of this wiki was available at tws.dbohdan.com. It was retired when the wiki (Nikit) implemented it own full text search. You can see a screenshot of the demo below.

Screenshot

tinyfts-screenshot.png

Discussion

Jorge - 2019-12-29 23:29:43

Thanks, very nice and functional.

dbohdan 2020-01-01: Thank you!


aplsimple - 2020-01-02 02:57:20

Very good search machine for the wiki! Might a small addition be good: [X] button to clear the search entry?

dbohdan 2020-01-22: Thanks. The latest version makes the query field <input type="search">. It will display an "x" clear button in some browsers.