in reply to Re^6: Using the unicode61 tokenizer in DBD::SQLite
in thread Using the unicode61 tokenizer in DBD::SQLite
To expand a bit on the steps Anonymous Monk gave you, the steps would be:
cpan
look DBD::SQLite
perl Makefile.PL DEFINE=-DSQLITE_ENABLE_FTS4_UNICODE61
make test
make install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Using the unicode61 tokenizer in DBD::SQLite
by elef (Friar) on Jan 08, 2014 at 10:05 UTC | |
by Corion (Patriarch) on Jan 08, 2014 at 10:12 UTC |