Bug #2250

Mis à jour par Matthieu Decorde il y a plus de 4 ans

If word contains a page break, only the initial part is highlighted with back-to-text command from concordance.
To reproduce the bug, use the Graal corpus, make a concordance of "menjoient", double-click on the 1st occurrence. The "men-" part will be highlighted higlighted in the bottom of the page. Go to the next page, the "joient" part will not be highlighted.

h3. Solution

The highlighted words are those between the firstWordIDs of the current page and the next page (optimizations purpose).

A solution could be to allow +/- word before or after the current page.

Retour