Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Version used: 2.1.0.alpha04
Devices/Android versions reproduced on:
This line:
if (includeTokenizer && tokenizer != androidx.room.FtsOptions.TOKENIZER_SIMPLE)
in FtsOptions.kt
disables the addition of custom separators and tokenchars to the "simple" tokenizer, but there is no documentation that this is not possible or why its not. Is this a bug or a feature ?