View Single Post
Old 11-09-2021, 06:36 PM   #8
GregTheGrate
Connoisseur
GregTheGrate began at the beginning.
 
Posts: 62
Karma: 10
Join Date: Jun 2012
Device: Kindle, iPad
I think I am closer to isolating cases where search does not work across all text files. If you use a search argument (using CMD-F) that is across multiple lines of source, it often does not work across all files
e.g
<p class="calibre_4">

<img src="\.\./images/line\.jpg" class="calibre_5"/>

</p>

will not search across all files in the current book I am editing.

If you change this to

<p class="calibre_4">\s+<img src="\.\./images/line\.jpg" class="calibre_5"/>\s+</p>

then the search works across all files
GregTheGrate is offline   Reply With Quote