<?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 Re: Extending the Aikau Search page (faceted-search) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286000#M239130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Sorry for the slow response on this, but I've only just seen this question on the forums…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly, it's worth pointing out that we wrote the search page very much with infinite scrolling in mind, however that said ideally we'd want to be able to support the use of standard pagination as well. I've taken a look through the code and it looks like we're missing a few things to get this to work properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Part of the issue is that the "alfresco/search/AlfSearchList" (this is in the latest versions of Aikau, the old "alfresco/documentlibrary/AlfSearchList" is now deprecated) overrides quite a few parts of the standard list behaviour. Some of these can be worked around through configuration… for example if you were to configure your "alfresco/lists/Paginator" like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name: "alfresco/lists/Paginator",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; config: {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documentsLoadedTopic: "ALF_RETRIEVE_DOCUMENTS_REQUEST_SUCCESS",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; totalResultsProperty: "response.numberFound",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startIndexProperty: "response.startIndex"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'd find that it is then able to process the results and work out the number of pages available, etc. Unfortunately one part of this is missing which is the ability to actually drive page selection. This is caused by the AlfSearchList not making a call to the "setupSubscriptions" or "updateLoadDataPayload" functions defined in the "alfresco/lists/AlfSortablePaginatedList" widget that it extends. This would have provided the capabilities to make the AlfSearchList work with the Paginator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've raised an issue in JIRA for us to address this problem &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/AKU-414" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/AKU-414&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'll include this in a future sprint and you'll then be able to use a future version of Aikau with 5.0.d (see &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2015/03/24/why-alfresco-50d-will-be-a-game-changer-for-ui-development" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/ecm/blog/2015/03/24/why-alfresco-50d-will-be-a-game-changer-for-ui-development&lt;/A&gt;&lt;SPAN&gt;) to resolve your problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 09:32:29 GMT</pubDate>
    <dc:creator>ddraper</dc:creator>
    <dc:date>2015-07-08T09:32:29Z</dc:date>
    <item>
      <title>Extending the Aikau Search page (faceted-search)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/285999#M239129</link>
      <description>Hello,I am customizing Alfresco Share and one of my tasks is to make the Search Results paginated instead of an infinite scroll. I am on Community 5.0.d with Aikau version 1.0.8.1.So far, I've downloaded the faceted-search JAR from the Developer View in the faceted search page and have the following</description>
      <pubDate>Thu, 18 Jun 2015 01:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/285999#M239129</guid>
      <dc:creator>voula_11</dc:creator>
      <dc:date>2015-06-18T01:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the Aikau Search page (faceted-search)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286000#M239130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Sorry for the slow response on this, but I've only just seen this question on the forums…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly, it's worth pointing out that we wrote the search page very much with infinite scrolling in mind, however that said ideally we'd want to be able to support the use of standard pagination as well. I've taken a look through the code and it looks like we're missing a few things to get this to work properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Part of the issue is that the "alfresco/search/AlfSearchList" (this is in the latest versions of Aikau, the old "alfresco/documentlibrary/AlfSearchList" is now deprecated) overrides quite a few parts of the standard list behaviour. Some of these can be worked around through configuration… for example if you were to configure your "alfresco/lists/Paginator" like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name: "alfresco/lists/Paginator",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; config: {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documentsLoadedTopic: "ALF_RETRIEVE_DOCUMENTS_REQUEST_SUCCESS",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; totalResultsProperty: "response.numberFound",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startIndexProperty: "response.startIndex"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'd find that it is then able to process the results and work out the number of pages available, etc. Unfortunately one part of this is missing which is the ability to actually drive page selection. This is caused by the AlfSearchList not making a call to the "setupSubscriptions" or "updateLoadDataPayload" functions defined in the "alfresco/lists/AlfSortablePaginatedList" widget that it extends. This would have provided the capabilities to make the AlfSearchList work with the Paginator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've raised an issue in JIRA for us to address this problem &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/AKU-414" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/AKU-414&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'll include this in a future sprint and you'll then be able to use a future version of Aikau with 5.0.d (see &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2015/03/24/why-alfresco-50d-will-be-a-game-changer-for-ui-development" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/ecm/blog/2015/03/24/why-alfresco-50d-will-be-a-game-changer-for-ui-development&lt;/A&gt;&lt;SPAN&gt;) to resolve your problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 09:32:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286000#M239130</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2015-07-08T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the Aikau Search page (faceted-search)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286001#M239131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your response. This helps a lot. We will keep the search results page as an infinite list until this is fixed in Aikau. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Voula&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 22:16:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286001#M239131</guid>
      <dc:creator>voula_11</dc:creator>
      <dc:date>2015-07-09T22:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the Aikau Search page (faceted-search)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286002#M239132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As of Aikau 1.0.30 you can now customize the faceted search page to be both paginated and to not use browser URL hashing&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 08:21:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286002#M239132</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2015-08-12T08:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the Aikau Search page (faceted-search)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286003#M239133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to add pagination in the faceted search page of Alfresco 5.2 version with Aikau 1.0.101.3 . How can I do this? Can you please provide me a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 10:14:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-the-aikau-search-page-faceted-search/m-p/286003#M239133</guid>
      <dc:creator>birundha</dc:creator>
      <dc:date>2018-03-12T10:14:55Z</dc:date>
    </item>
  </channel>
</rss>

