From 9b257aa85706a400a85b5d6ca5116ebb6d9023f6 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sun, 17 Jan 2010 13:35:26 +0000 Subject: [PATCH] Updated link to docs --- maintenance/sqlite/archives/searchindex-fts3.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/sqlite/archives/searchindex-fts3.sql b/maintenance/sqlite/archives/searchindex-fts3.sql index 3b1b279259..c3a86894b7 100644 --- a/maintenance/sqlite/archives/searchindex-fts3.sql +++ b/maintenance/sqlite/archives/searchindex-fts3.sql @@ -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( -- 2.20.1