diff --git a/src/calibre/db/fts/text.py b/src/calibre/db/fts/text.py index ea30acc39a..3e8938140f 100644 --- a/src/calibre/db/fts/text.py +++ b/src/calibre/db/fts/text.py @@ -20,7 +20,7 @@ class SimpleContainer(ContainerBase): tweak_mode = True -skipped_tags = frozenset({'style', 'title', 'script', 'head', 'img', 'svg', 'math', 'ruby'}) +skipped_tags = frozenset({'style', 'title', 'script', 'head', 'img', 'svg', 'math', 'rt', 'rp', 'rtc'}) def tag_to_text(tag):