Currently if you search an HTML document for text that includes an HTML tag, it will fail. For example, the following:
Looking at the code, I believe this is because the implementation of findAllText in cre.cpp searches are only conducted within nodes, so search text that spans multiple nodes will always fail.