As a second step in my goal to implement full text search functionality in my Delphi application I had to create a sample SQLite database supporting FTS queries. Full text search models in databases allow to do what Google does with web documents – quickly search for documents containing some word ...
More...