epub_reader icon indicating copy to clipboard operation
epub_reader copied to clipboard

Bad search results in books

Open FlafyDev opened this issue 3 years ago • 0 comments

The search results when searching queries in books are bad.

Here is how the search fails.

<p>This is a <span>short</span> paragraph</p>
Query Found
This is a true
short true
paragraph true
is a true
short paragraph false
This is a short false
a short false
This is a short paragraph false

This weird results are because the search only searches inside text nodes. In this case there are 3 text nodes.

FlafyDev avatar Aug 10 '22 21:08 FlafyDev