Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with search result display. refs #9351 #342

Closed
wants to merge 1 commit into from

Conversation

mcantelon
Copy link
Member

Fixed issue with our custom link tags (like "Google":http://google.ca) displaying, without being converted
to links, in search results. Fixed by converting to HTML then stripping HTML tags to convert to text. Conversion to text was done so the text in the results could be easily truncated (given I couldn't find decent code to truncate HTML without edge cases).

Fixed issue with our custom link tags displaying, without being converted
to links, in search results. Fixed by converting to HTML then stripping
HTML tags and converting to text. Conversion to text was done so the
text in the results could be easily truncated.
@sevein
Copy link
Member

sevein commented May 15, 2016

Merged! e124e84

@sevein sevein closed this May 15, 2016
@qubot qubot deleted the dev/issue-9351-search-results branch May 15, 2016 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants