Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.8.2, 1.0RC1
-
Fix Version/s: 1.0RC2
-
Component/s: Marc Importer, Search, User Interface
-
Labels:None
-
Environment:all
Description
The xsl transform for RSS building uses the "cleaned" value of the title field to build the feed. Consequently the colon separating title from subtitle is lost in the display.
See web/services/Search/xsl/opac-rss.xsl and Util.cleanData()
One solution is to add an "unclean" rssTitle field at import time, but that is costly in storage for the majority of titles. It would be ideal to create rssTitle only when needed.
See web/services/Search/xsl/opac-rss.xsl and Util.cleanData()
One solution is to add an "unclean" rssTitle field at import time, but that is costly in storage for the majority of titles. It would be ideal to create rssTitle only when needed.