switch to html2text() instead of strip_tags() when preparing FTS index
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user