switch to html2text() instead of strip_tags() when preparing FTS index

This commit is contained in:
Andrew Dolgov
2023-10-21 10:51:24 +03:00
parent 2b61052e87
commit 03e956132d
73 changed files with 27833 additions and 17 deletions
@@ -0,0 +1,17 @@
<html>
<body>
<div>
Just two divs
</div>
<div>
Hanging out
</div>
<div><div><div>Nested divs and line breaks</div></div><br></div>
<div><div>Nested divs and line breaks</div>More text<br></div>
<div><br></div>
<div>Just text</div>
<div>Just text<br></div>
<div>Just text<br><br></div>
This is the end!
</body>
</html>