-
Notifications
You must be signed in to change notification settings - Fork 495
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
Search: strip HTML tags while indexing #1332
Comments
As of fa3a94f I'm using JSoup to strip HTML tags before indexing the following:
@scolapasta said it's fine that there is no HTML in the cards. For example, if you put a link in a dataverse description, you can click it from the dataverse landing page but not from the card for that dataverse. We do this because we don't want Passing to QA. |
@kcondon --I won't be able to see if this (html tags) is showing up until we migrate correct? |
@sbarbosadataverse the way you would test this:
I hope this helps! |
@pdurbin |
@sbarbosadataverse that's what I expect to see. Thanks for the screenshot. Please feel free to get other opinions before closing if you have any doubt, though. |
works as designed |
#1320 is a high level ticket about supporting HTML. This ticket is about stripping out those HTML tag while we are indexing fields into Solr.
The text was updated successfully, but these errors were encountered: