Question

I've got a web app where I'd like to user FTS3 functionality of SQLite3.

I've got the SQLite3-ruby v1.2.5 gem installed. I'd like to have FTS3 support, and I know, due to trying to create an FTS3 table, that it doesn't come with it.

Do I need to compile the gem/sqlite3 myself in order to get this support? Is there a seprate gem I should be using?

Was it helpful?

Solution

I think I've answered my own question, and I believe that the answer is essentially "yes", with a but:

Yes you can compile yourself, if you really want to go to crazy lengths. It seems that there may be other plugins, and other things you can install to do full-text search.

What these are, I'm still looking into.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top