You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When downloading a CSV from search results, there is a first line a line like "Results from VIVO for searchterm on 8/30/2024", followed by a second an empty line before the CSV header and the content starts. That makes using the CSV harder as necessary.
Describe the solution you'd like
Remove the two respective lines from search-csvResults.ftl, should be around
Results from ${siteName} for ${querytext} on ${todayDate}
.
Describe alternatives you've considered
We could keep it, but I see no reason. It would be better to include the information about search term and date in the filename, e.g. "2024-08-30_VIVO_searchterm.csv" for the search example above.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When downloading a CSV from search results, there is a first line a line like "Results from VIVO for searchterm on 8/30/2024", followed by a second an empty line before the CSV header and the content starts. That makes using the CSV harder as necessary.
Describe the solution you'd like
Remove the two respective lines from search-csvResults.ftl, should be around
VIVO/webapp/src/main/webapp/templates/freemarker/body/search/search-csvResults.ftl
Line 4 in 0fa85e8
Describe alternatives you've considered
We could keep it, but I see no reason. It would be better to include the information about search term and date in the filename, e.g. "2024-08-30_VIVO_searchterm.csv" for the search example above.
The text was updated successfully, but these errors were encountered: