Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-5273

Unable to have more than 20 items in a RSS feed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • 3.4.6, 3.5.4, 3.7
    • None
    • None
    • None

      This is the rss declaration:

      <feature name="rssnews">
          	 <extensions>
          	 	<extension point="org.ametys.cms.filter.ContentFilterExtensionPoint" 
          	 			   class="org.ametys.web.filter.StaticWebContentFilter"
          	 			   id="events">
          	 		<title i18n="false">xxxxxxxxxx</title>
          	 		<description i18n="false">Les actualités xxxxxxxxxx</description>
          	 		<content-types>
      					<type id="org.ametys.plugins.news.Content.news"/>
      				</content-types>
      				<view>abstract</view>
      				<mask-orphan>true</mask-orphan>
      				<context type="current-site"/>
      				<max-result>50</max-result>
      				<sort-information>
                  		<sort metadataId="publication-date" ascending="false"/>
              		</sort-information>
          	 	</extension>
          	 </extensions>
          </feature>
      

      I get only 20 items

            Unassigned Unassigned
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: