SQLite FTS5 Extension
sqlite.org
SQLite FTS5 Extension
1–10 of 61 posts
Re: SQLite FTS5 Extension
#2[0]: https://github.com/rhashimoto/wa-sqlite [1]: https://github.com/iansinnott/prompta/blob/master/src/lib/mi...
Re: SQLite FTS5 Extension
#3It also ships as part of the Python standard library, so if your machine has Python installed you have a high quality search engine ready to use without installing anything else.
I have a CLI tool (and Python library) for working with it here: https://sqlite-utils.datasette.io/en/stable/cli.html#configu...
Re: SQLite FTS5 Extension
#4Re: SQLite FTS5 Extension
#5This is hugely underrated in my opinion: it’s a very competent search engine. It also ships as part of the Python standard library, so if your machine has Python installed you have a high quality search engine ready to use without installing anything else. I have a CLI tool (and Python library) for working with it here: https://sqlite-utils.datasette.io/en/stable/cli.html#configu...
Re: SQLite FTS5 Extension
#6Does anyone have successfully worked with Non-English text with FTS5 in Sqlite? I could not find any reference for German, e.g. and the default stemming does not seem to work properly (given some short tests).
Just that you would need to tokenize the right characters for your target language (e.g. ÜüÖöÄäßẞ¹), maybe those are already included in Unicode61.
¹: Yeah there is now a capital Eszett
Re: SQLite FTS5 Extension
#7This is hugely underrated in my opinion: it’s a very competent search engine. It also ships as part of the Python standard library, so if your machine has Python installed you have a high quality search engine ready to use without installing anything else. I have a CLI tool (and Python library) for working with it here: https://sqlite-utils.datasette.io/en/stable/cli.html#configu...
Other than getting all my git access revoked and receiving a very concerned email from our security team, it was a great project.
Re: SQLite FTS5 Extension
#8It's a very useful feature of sqlite and it also works great in-browser using wa-sqlite[0]. Example, if anyone's curious [1]. [0]: https://github.com/rhashimoto/wa-sqlite [1]: https://github.com/iansinnott/prompta/blob/master/src/lib/mi...
Re: SQLite FTS5 Extension
#9Re: SQLite FTS5 Extension
#10This is hugely underrated in my opinion: it’s a very competent search engine. It also ships as part of the Python standard library, so if your machine has Python installed you have a high quality search engine ready to use without installing anything else. I have a CLI tool (and Python library) for working with it here: https://sqlite-utils.datasette.io/en/stable/cli.html#configu...
though useless for many non english languages