Updated link to docs
authorMax Semenik <maxsem@users.mediawiki.org>
Sun, 17 Jan 2010 13:35:26 +0000 (13:35 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sun, 17 Jan 2010 13:35:26 +0000 (13:35 +0000)
maintenance/sqlite/archives/searchindex-fts3.sql

index 3b1b279..c3a8689 100644 (file)
@@ -1,6 +1,6 @@
 -- Patch that introduces fulltext search capabilities to SQLite schema
 -- Requires that SQLite must be compiled with FTS3 module (comes with core amalgamation).
--- See http://www.sqlite.org/cvstrac/wiki?p=FtsUsage for details of syntax.
+-- See http://sqlite.org/fts3.html for details of syntax.
 -- Will fail if FTS3 is not present, 
 DROP TABLE IF EXISTS /*_*/searchindex;
 CREATE VIRTUAL TABLE /*_*/searchindex USING FTS3(