node-sqlite3 icon indicating copy to clipboard operation
node-sqlite3 copied to clipboard

sqlite fts feature

Open alincoder opened this issue 1 year ago • 0 comments

Issue Summary

hi, has anyone ever used the FTS feature of sqlite? i use the fts feature,have problem. SELECT * FROM fts_article WHERE content MATCH ?; this is my sql code. when i search content from the virtual table,it must full match。 how can i search by partial match?

Steps to Reproduce

search content from virtual table, can partial match

Version

5.0.2

Node.js Version

18

How did you install the library?

npm

alincoder avatar Jun 05 '24 13:06 alincoder