You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
When searching within a book - with Lucene as the back end search engine - query terms are only highlighted on the initial page(s) retrieved. If the text of a page is retrieved after you scroll down or jump to a page via the thumbnails, the terms are not highlighted.
This is because the highlighting of terms (with Lucene) is done server side by Lucene and highlights are not considered when retrieving single pages.
The text was updated successfully, but these errors were encountered:
When searching within a book - with Lucene as the back end search engine - query terms are only highlighted on the initial page(s) retrieved. If the text of a page is retrieved after you scroll down or jump to a page via the thumbnails, the terms are not highlighted.
This is because the highlighting of terms (with Lucene) is done server side by Lucene and highlights are not considered when retrieving single pages.
The text was updated successfully, but these errors were encountered: