Page 1 of 1

sqlite - fts5 missing

Posted: Thu Feb 01, 2018 11:44 am
by troff
sqlite is missing the functionality of fts5. the documentation does not claim that there is any restriction regarding fts5. fts5 is easier to use and faster then fts4/fts3.
please enable.
thank you

Re: sqlite - fts5 missing

Posted: Thu Feb 01, 2018 1:50 pm
by Rings
sorry have to google first what "fts5" means.

FullText Search in a sqlite database.

Not a bug, coz its not implemented.
moved topic from Bugs to to Feature Requests and Wishlists

Re: sqlite - fts5 missing

Posted: Thu Feb 01, 2018 2:23 pm
by troff
it is an extension that is not compiles into the sqlite lib of pb. you compile fts3/4 into the lib so please compile fts5 into it!!! easier to use and faster then the previous fts3/4.

this should NOT be in "Feature Requests and Wishlists"!!

Re: sqlite - fts5 missing

Posted: Thu Feb 01, 2018 3:01 pm
by Rings
troff wrote:it is an extension that is not compiles into the sqlite lib of pb. you compile fts3/4 into the lib so please compile fts5 into it!!! easier to use and faster then the previous fts3/4.

this should NOT be in "Feature Requests and Wishlists"!!
read this:
http://www.purebasic.fr/english/viewtop ... f=4&t=4701

and this:
http://www.purebasic.fr/english/viewtop ... =3&t=21260