diff --git a/src/calibre/db/fts/text.py b/src/calibre/db/fts/text.py index 0beb0a405a..ea30acc39a 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'}) +skipped_tags = frozenset({'style', 'title', 'script', 'head', 'img', 'svg', 'math', 'ruby'}) def tag_to_text(tag):