문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top