Changes for page Solr Search Macros

Last modified by Bimit Administrator on 29.04.2025, 12:22

From version 2.1
edited by Bimit Administrator
on 05.12.2023, 13:23
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10]
To version 3.1
edited by Bimit Administrator
on 29.04.2025, 12:22
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.11]

Summary

Details

Page properties
Content
... ... @@ -913,8 +913,7 @@
913 913   ##
914 914   ## Output the feed.
915 915   ##
916 - #set ($discard = $response.setContentType('application/rss+xml'))
917 - $xwiki.feed.getFeedOutput($feed, 'rss_2.0')
916 + #rawResponse($xwiki.feed.getFeedOutput($feed, 'rss_2.0'), 'application/rss+xml')
918 918  #end
919 919  
920 920  #macro (handleSolrSearchRequest)