Closed (fixed)
Project:
HTML Title
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
5 Mar 2014 at 22:56 UTC
Updated:
26 Mar 2014 at 18:01 UTC
Jump to comment: Most recent
Not a big issue, but something to think about - If you implement this module and are using basic Drupal search, the results will display html characters so your results might look like...
Product Name -sup-reg;-sup-Rest of Title
Comments
Comment #1
brentbice commentedComment #2
brentbice commentedComment #3
cs_shadow commentedAs far as I can tell, titles are supposed to be plain-text and markdown is not allowed. So, aren't results supposed to look like that if they are in plain text. If I'm missing something, please let me know.
Comment #4
tangent commentedThis looks like a straight-forward fix. The search module is not using normal node rendering so hook_preprocess_search_result() needs to be overridden. I'll try to get to that soon.
Comment #5
tangent commentedFix has been committed to 7.x and backported to 6.x.