<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Bucket limited to 100 elements in FacetField in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/bucket-limited-to-100-elements-in-facetfield/m-p/487896#M39952</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I use FacetField on custom metadata to have specific facets but the bucket of the facet is limited to 100 elements even if there is more than one hundred values for this metadata.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this facet, if I search for a value that is not in the 100 elements selected, it doesn't find it even if some documents have this value in their metadata.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In facet-filed.interface.d.ts (interface FacetField) : It seems that this element is limited to 100 elements&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;buckets&lt;/SPAN&gt;?: SearchFilterList&amp;lt;FacetFieldBucket&amp;gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Are you aware of this problem ? Is there a way to unlock this limit ?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 15:23:17 GMT</pubDate>
    <dc:creator>Soprasteria</dc:creator>
    <dc:date>2025-03-11T15:23:17Z</dc:date>
    <item>
      <title>Bucket limited to 100 elements in FacetField</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bucket-limited-to-100-elements-in-facetfield/m-p/487896#M39952</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I use FacetField on custom metadata to have specific facets but the bucket of the facet is limited to 100 elements even if there is more than one hundred values for this metadata.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this facet, if I search for a value that is not in the 100 elements selected, it doesn't find it even if some documents have this value in their metadata.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In facet-filed.interface.d.ts (interface FacetField) : It seems that this element is limited to 100 elements&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;buckets&lt;/SPAN&gt;?: SearchFilterList&amp;lt;FacetFieldBucket&amp;gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Are you aware of this problem ? Is there a way to unlock this limit ?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 15:23:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bucket-limited-to-100-elements-in-facetfield/m-p/487896#M39952</guid>
      <dc:creator>Soprasteria</dc:creator>
      <dc:date>2025-03-11T15:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket limited to 100 elements in FacetField</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bucket-limited-to-100-elements-in-facetfield/m-p/487923#M39958</link>
      <description>&lt;P&gt;To be more precise, I am talking about the&amp;nbsp;&lt;A title="Defined in search-filter-chips.component.ts" href="https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.ts" target="_blank" rel="noopener"&gt;Search Filter chip component&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.alfresco.com/abn/adf/docs/content-services/components/search-filter-chips.component/" target="_blank" rel="noopener"&gt;https://www.alfresco.com/abn/adf/docs/content-services/components/search-filter-chips.component/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 09:47:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bucket-limited-to-100-elements-in-facetfield/m-p/487923#M39958</guid>
      <dc:creator>Soprasteria</dc:creator>
      <dc:date>2025-03-12T09:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket limited to 100 elements in FacetField</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bucket-limited-to-100-elements-in-facetfield/m-p/488650#M40023</link>
      <description>&lt;P&gt;I have found a solution to customize&amp;nbsp;the max number of elements in the facet.&lt;/P&gt;&lt;P&gt;I had to use the parameter “limit” in the facet declared in my json file to specify the maximum number of elements the facet can hold. Use full if the metadata associated to the facet contains more than 100 different values.&lt;/P&gt;&lt;P&gt;"field": "croc:site_rattachement_patrimoine",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"mincount": 1,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;"limit": 400,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;"label": "Site de rattachement",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"settings": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"allowUpdateOnChange": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"hideDefaultAction": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"facetOrder": 100,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"bucketSortDirection": "ASCENDING",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"bucketSortBy": "LABEL"&lt;/P&gt;&lt;P&gt;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 09:28:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bucket-limited-to-100-elements-in-facetfield/m-p/488650#M40023</guid>
      <dc:creator>Soprasteria</dc:creator>
      <dc:date>2025-04-03T09:28:24Z</dc:date>
    </item>
  </channel>
</rss>

