sqlite-android icon indicating copy to clipboard operation
sqlite-android copied to clipboard

How to quickly add a custom tokenizer?

Open FangWW opened this issue 4 years ago • 0 comments

Hello, I found a few examples of adding custom tokenizers on GitHub, but I feel that I have changed too much code, and I am worried that there will be compatibility issues on different phones.

I want to know how to use "requery-sqlite-android" to easily add a custom tokenizer(8.1. Custom (Application Defined) Tokenizers) and cooperate with the room database.

FangWW avatar Aug 31 '21 17:08 FangWW