Skip to content

Commit

Permalink
FTS: note remove_diacritics=2 is not available until API 30 #673
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Oct 27, 2023
1 parent 539aafe commit bcb7147
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ interface References {
// by default only ASCII characters are case folded (so searching 'a' is like 'A').
// Using 'remove_diacritics=0' so e.g. 'ö' does not match 'o'.
// https://www.sqlite.org/fts3.html#tokenizer
// Note: remove_diacritics=2 is not supported until https://sqlite.org/releaselog/3_27_0.html (Android 11/API 30).
+ Tables.EPISODES_SEARCH + " USING fts4(tokenize=unicode61 'remove_diacritics=0',"

// set episodes table as external content table
Expand Down

0 comments on commit bcb7147

Please sign in to comment.