Changes for page Solr Search Macros
Last modified by Administrator on 2025/09/06 09:59
From version
5.1


edited by Administrator
on 2024/07/01 11:48
on 2024/07/01 11:48
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.11]
To version
4.1


edited by Administrator
on 2024/02/03 10:14
on 2024/02/03 10:14
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.5]
Summary
Details
- Page properties
-
- Content
-
... ... @@ -913,7 +913,8 @@ 913 913 ## 914 914 ## Output the feed. 915 915 ## 916 - #rawResponse($xwiki.feed.getFeedOutput($feed, 'rss_2.0'), 'application/rss+xml') 916 + #set ($discard = $response.setContentType('application/rss+xml')) 917 + $xwiki.feed.getFeedOutput($feed, 'rss_2.0') 917 917 #end 918 918 919 919 #macro (handleSolrSearchRequest)