We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This extension comes by default with SQLite. However, it doesn't in Node SQLite. The extension would allow full-text search.
Enable the compiled extension by default —if it keeps lightweight.
It could be loaded but the process is a little tricky. Building the loadable extension is OS-dependent, for example.
Using a JavaScript full-text search library then add the function. This might imply a bad performance.
The text was updated successfully, but these errors were encountered:
Duplicate of #56476
Sorry, something went wrong.
No branches or pull requests
What is the problem this feature will solve?
This extension comes by default with SQLite. However, it doesn't in Node SQLite. The extension would allow full-text search.
What is the feature you are proposing to solve the problem?
Enable the compiled extension by default —if it keeps lightweight.
What alternatives have you considered?
It could be loaded but the process is a little tricky. Building the loadable extension is OS-dependent, for example.
Using a JavaScript full-text search library then add the function. This might imply a bad performance.
The text was updated successfully, but these errors were encountered: