Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite fts feature #1793

Open
alincoder opened this issue Jun 5, 2024 · 0 comments
Open

sqlite fts feature #1793

alincoder opened this issue Jun 5, 2024 · 0 comments
Labels

Comments

@alincoder
Copy link

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 alincoder added the bug label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant