Steps to reproduce:
- Create a note of Basic note type
- Paste the following into the Front field’s HTML editor:
<div> somestring </div> - Searching for
*:*somestring*in browser does not find the note
If the field’s content is reformatted to a single line:
<div>somestring</div>
searching for *:*somestring* does find the note, as expected.
Searching for simply somestring or for F*:*somestring*, *t:*somestring* and even **:*somestring* does correctly find the note regardless of HTML formatting.
I’m not sure if this is intended behaviour, as the manual does not explicitly mention searches for fields specified as a single *, but the results at least seem oddly inconsistent.
(this was tested on 25.02.3, but the issue have been present in previous versions as well)