Are html tags causing search issues

I have subscript html-tags i.e. <h2><strong>B<sub>17</sub>-vitamiini (or the issue is header tags, hasn’t check that yet). The search can’t find those, like if I try to search B17-vitamiini. AI couldn`t offer a hit either.

So are html-tags problematic now? I have a lot those from WordPress.

Yes I can reproduce this issue too… I believe this is specific to strong and sub inline tags in this case, because that’s what’s splitting up the word… so the search indexer is producing B, 17, -vitamiini separately. It seems like we’re treating all html tags as block level and splitting them up for search. I don’t think this is new behavior? but seems like something we should fix.