User tests: Successful: Unsuccessful:
Smart Search parses HTML content among other things by stripping the tags from it and then splitting it at the whitespace. Unfortunately if you have content which has no whitespace without the HTML tags, Smart Search will fail to index that content entirely. In my specific case, my articles contain tables of product numbers, which are generated by a plugin and thus don't contain any whitespace. This PR extends the list of elements to "space out" a bit before stripping the tags, so that Smart Search will be able to still index this.
<table><tr><td>Test</td><td>String</td><td>String</td><td>String</td><td>String</td><td>String</td><td>String</td><td>String</td><td>String</td><td>String</td><td>String</td></table>
String
in the frontend.No search result.
The above article shows up.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_finder |
I have tested this item ✅ successfully on f364cf0
confirmed with two versions of the article - one created with no editor and one created with tinymce
before - only the tinymce version was found by com_finder
after - both versions were found
You guys @chmst and @brianteeman rock, and were so fast, I just saw the message asking for testing now and you had already tested... 👏🏻👏🏻
Thank you very much for testing!
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
bug
PR-5.3-dev
|
RTC
Labels |
Added:
RTC
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-05-12 14:21:24 |
Closed_By | ⇒ | rdeutz |
I have tested this item ✅ successfully on f364cf0
Following instructions with the prepard content table.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45464.