Introduction
FT3 is a full text indexer for datas stored into a sqlite3 database. Full text means that the text fields stored into the database can be split word by word and stored in a form suitable for lookup. You can then create easy SQL queries for searching for cells from yours indexed tables containing the words from the query.
How to read the documentation for the stable's version V0.3
-
If you don't know how full text indexing works, read the howto part of the documentation.
-
If FT3 is good enough for you as is then read the user guide.
-
If you need to modify FT3 to suit your need, please read the user guide first and then the developer guide. Please think to contribute things back if you can/care.
How to read the documentation for the previous stable's version V0.2
-
If you don't know how full text indexing works, read the howto part of the documentation.
-
If FT3 is good enough as is for you, read the user guide.
-
If you need to modify FT3 to suit your need, please modify the 0.3 version.