mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add some text explaining that FTS shows only a single match per book
This commit is contained in:
parent
2c78517ab0
commit
d167240f70
@ -727,6 +727,7 @@ class ResultDetails(QWidget):
|
||||
text += '<p><a href="calibre://unindex" title="{1}">{2}\xa0{0}</a>'.format(
|
||||
_('Un-index'), _('This book has been deleted from the library but is still present in the'
|
||||
' full text search index. Remove it.'), ict.format('trash.png'))
|
||||
text += '<p>' + _('This book may have more than one match, only a single match per book is shown.')
|
||||
self.book_info.setHtml(text)
|
||||
|
||||
def render_results(self, results, individual_match=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user