我想在我的sqlite數據庫中使用fts,我創建了一個數據庫並插入了所有記錄,在我的mac終端中使用sqlite查詢,並在我的iPhone xcode項目中使用它,它的工作正常。sqlite3使用fts3在我的mac終端中創建表以及如何在iphone xcode項目中使用它?
現在我試圖整合FTS3使用鏈接
http://pp.hillrippers.ch/blog/2009/08/08/Static+SQLite+Library+with+Unicode+Support+for+the+iPhone/
http://regularrateandrhythm.com/regular-rate-rhythm-blog/sqlite3-fts-in-IOS4.html
http://answers.oreilly.com/topic/1955-how-to-use-full-text-search-in-sqlite/
根據這些鏈接,如果我嘗試創建一個SQLite FTS查詢
我不能在mac終端執行此查詢
CREATE VIRTUAL TABLE table_name USING FTS3(col1);
可以任何請給我一個很好的教程鏈接,或解決方案,如何處理這些FTS。
由於提前,