[ANN] pysqlite 2.5.0 released

Petite Abeille petite.abeille at gmail.com
Mon Sep 8 13:51:49 EDT 2008


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/




More information about the Python-list mailing list