We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to create a fuzzy full-text search for a website and I'm quite lost as to how one would add extensions into absurd-sql.
The extensions are fts4 and spellfix1.
Any solutions?
The text was updated successfully, but these errors were encountered:
What I did:
Here is the commit example where I enabled FTS5 quolpr/sql.js@343e35d
Then in package.json instead of @jlongster/sql.js you need to put your own package name(like @lassebomh/sql.js)
Also check how to compile — https://github.com/sql-js/sql.js/blob/master/CONTRIBUTING.md#host-based-configuration-not-recommended
Sorry, something went wrong.
Fwiw FTS4 is already enabled and available (enabling fts3 enables fts4): https://github.com/jlongster/sql.js/blob/master/Makefile#L24
No branches or pull requests
I am trying to create a fuzzy full-text search for a website and I'm quite lost as to how one would add extensions into absurd-sql.
The extensions are fts4 and spellfix1.
Any solutions?
The text was updated successfully, but these errors were encountered: