On Sep 8, 2008, at 1:56 PM, Gerhard Häring wrote:

But AFAIK it's possible to compile a custom SQLite with appropriate flags to ./configure that will include the fulltext search extension.

It's indeed rather straightforward to integrate FTS, e.g.:

% CFLAGS="-DSQLITE_ENABLE_FTS3=1" ./configure
% sudo make install

"Full-Text Search on SQLite"
http://blog.michaeltrier.com/tags/fts

Here is an example of FTS at work:

http://svr225.stepx.com:3388/search?q=chicago

Cheers,

--
PA.
http://alt.textdrive.com/nanoki/

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to