Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Tiger Sprint 154
Description
As an improvement we decided to filter the HTML before passing it through the visitors. This solves the current issue that if a customer wants to filter <img/> or <a/> nodes, it will be possible to first create facets pointing to an image or a document (done by the image/link visitor) and then remove the <img/> or <a/> element from HTML, but not the created facets, as their is no functional relation between the visitors and the filtering.
But, by changing the order (first filter, then visitors) we lose required information from the HTML elements (specifically the data-uuid attribute) that is used by the visitors. So this will not work.
For now we should simply revert to the old behaviour and see if we can improve this corner-case in a different issue.
Attachments
Issue Links
- is a result of
-
HHP-4 Improve reading and writing of RichText fields
- Closed