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

Full text search (in Japanese) #248

Open
patdx opened this issue Nov 27, 2023 · 0 comments
Open

Full text search (in Japanese) #248

patdx opened this issue Nov 27, 2023 · 0 comments

Comments

@patdx
Copy link
Owner

patdx commented Nov 27, 2023

Not necessarily part of this project, but I was thinking, to make Cloudflare D1 viable for CJK projects, I would want to have some way to search for CJK text too. As SQLite official FTS does not support tokenizing Japanese well, it may be interesting to implement my own tokenizer in JavaScript to support this. (Can Intl.Segmenter be used in CF Workers?) or alternatively, perhaps we would just need to do a prepass on the Japanese text before passing to SQLite FTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant