<?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: How to customize detailed views in Alfresco search results ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290931#M244061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main thing to be aware of is the limited amount of data that is returned by the REST API. This means that there is only a very small amount of metadata for each node that can be displayed (and in fact it's all being displayed in the standard &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfSearchResult.html" rel="nofollow noopener noreferrer"&gt;AlfSearchResult&lt;/A&gt;&amp;nbsp;widget). From 5.2 onwards the REST APIs have been updated to include&amp;nbsp;&lt;STRONG&gt;all&lt;/STRONG&gt; the metadata (as you'd find on the Document Library) which will give you a lot more options in terms of customizing. You can of course customize (override in this case) the 5.1 APIs to have the same effect - see this question on &lt;A href="http://stackoverflow.com/questions/40763512/search-results-bulk-actions-in-faceted-search-screen-in-5-1-1/40781798#40781798" rel="nofollow noopener noreferrer"&gt;StackOverflow&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AlfSearchResult provides a number of configuration options for changing its appearance, but for more advanced customizations you're going to want to create a new &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfListView.html" rel="nofollow noopener noreferrer"&gt;AlfListView&lt;/A&gt; for the results. You should also be aware of the search "aware" mix-in modules (such as &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/_SearchResultLinkMixin.html" rel="nofollow noopener noreferrer"&gt;_SearchResultLinkMixin&lt;/A&gt;) that you may want to mix-in to custom widgets if you write any.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 09:01:16 GMT</pubDate>
    <dc:creator>ddraper</dc:creator>
    <dc:date>2016-11-28T09:01:16Z</dc:date>
    <item>
      <title>How to customize detailed views in Alfresco search results ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290928#M244058</link>
      <description>Hi:I need to add custom metadata properties, and to change the time function in "Modified ... by ... " in Alfresco faceted search results.Is there any simple way of modifying custom detailed views in Alfresco faceted search results ? Is it similar to define metadata templates for the document librar</description>
      <pubDate>Sun, 27 Nov 2016 10:36:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290928#M244058</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-11-27T10:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize detailed views in Alfresco search results ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290929#M244059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not at all the same as defining a custom metadata-template for the documentlibrary. Faceted search is using AIkau and a minimalized set of properties returned as part of the search results (to improve performance). This means you need to use a different approach to customization (Surf extension modules and / or custom Aikau widgets) and can typically work with fewer of the properties of a result.&lt;/P&gt;&lt;P&gt;There are a couple of blog posts out there detailing faceted search customizations, though some details may have changed since Aikau and faceted search have been actively improved upon in the last releases. &lt;B&gt;Dave Draper&lt;/B&gt; once wrote about &lt;A href="https://www.alfresco.com/blogs/developer/2015/04/01/adding-views-to-filtered-search/" rel="nofollow noopener noreferrer"&gt;adding views to filtered search&lt;/A&gt; and Contezza about &lt;A href="http://www.contezza.nl/blog/customizing-the-search-results-widget-alfresco-50d" rel="nofollow noopener noreferrer"&gt;customizing the search result list&lt;/A&gt;. I'd say each is still 80% or more applicable to 5.1.e but there may be some (subtle) differences.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 14:03:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290929#M244059</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-27T14:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize detailed views in Alfresco search results ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290930#M244060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the references and the orientation, Axel.&lt;/P&gt;&lt;P&gt;I'll check the blog posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:54:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290930#M244060</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-11-27T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize detailed views in Alfresco search results ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290931#M244061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main thing to be aware of is the limited amount of data that is returned by the REST API. This means that there is only a very small amount of metadata for each node that can be displayed (and in fact it's all being displayed in the standard &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfSearchResult.html" rel="nofollow noopener noreferrer"&gt;AlfSearchResult&lt;/A&gt;&amp;nbsp;widget). From 5.2 onwards the REST APIs have been updated to include&amp;nbsp;&lt;STRONG&gt;all&lt;/STRONG&gt; the metadata (as you'd find on the Document Library) which will give you a lot more options in terms of customizing. You can of course customize (override in this case) the 5.1 APIs to have the same effect - see this question on &lt;A href="http://stackoverflow.com/questions/40763512/search-results-bulk-actions-in-faceted-search-screen-in-5-1-1/40781798#40781798" rel="nofollow noopener noreferrer"&gt;StackOverflow&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AlfSearchResult provides a number of configuration options for changing its appearance, but for more advanced customizations you're going to want to create a new &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfListView.html" rel="nofollow noopener noreferrer"&gt;AlfListView&lt;/A&gt; for the results. You should also be aware of the search "aware" mix-in modules (such as &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/_SearchResultLinkMixin.html" rel="nofollow noopener noreferrer"&gt;_SearchResultLinkMixin&lt;/A&gt;) that you may want to mix-in to custom widgets if you write any.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 09:01:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290931#M244061</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-11-28T09:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize detailed views in Alfresco search results ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290932#M244062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the details, Dave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 15:36:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-customize-detailed-views-in-alfresco-search-results/m-p/290932#M244062</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-11-28T15:36:20Z</dc:date>
    </item>
  </channel>
</rss>

