Hi I am new to System.Data.SQLite. Under 1.0.99.0 (3.9.2), I could create virtual table using fts4 and then run full-text matching search through SQLiteConnection and SQLiteCommand without doing anything to "enable fts4".
But when replacing "using fts4" with "using fts5" in Create Table statement, I got a couldn't find fts5 module exception. Do I need to do anything to enable fts5 and how? Or I have to follow the instruction issued by Sqlite.org with regard to build a fts5 loadable extension dll by myself. Thanks to anyone replying to me in advance. -- Ian Chen

