TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

sqlite fts feature #1793

Open alincoder opened 5 months ago

alincoder commented 5 months ago

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