<?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: Share - filter out nodes based on custom property in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/share-filter-out-nodes-based-on-custom-property/m-p/285728#M238858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are using Alfresco 5.1 you may want to check out the "Smart Folders" feature. This allows you to define virtual folders that use search-based operations to determine which elements should be displayed. That could allow you to filter nodes in the Share view without having to customize any webscripts / UI components. It also allows you to provide different kinds of views with different filter logic instead of forcing all views to use the same logic from the backend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2016 10:20:40 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2016-11-09T10:20:40Z</dc:date>
    <item>
      <title>Share - filter out nodes based on custom property</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-filter-out-nodes-based-on-custom-property/m-p/285727#M238857</link>
      <description>Hello everyone,I am struggling with implementation of a filter which would display only specific nodes under a folder.Let's be more specific: I have custom type with property called status. This property can have values such as Draft, In Review, Approved, ... It is set by constraints by the content</description>
      <pubDate>Wed, 09 Nov 2016 10:17:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-filter-out-nodes-based-on-custom-property/m-p/285727#M238857</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2016-11-09T10:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Share - filter out nodes based on custom property</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-filter-out-nodes-based-on-custom-property/m-p/285728#M238858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are using Alfresco 5.1 you may want to check out the "Smart Folders" feature. This allows you to define virtual folders that use search-based operations to determine which elements should be displayed. That could allow you to filter nodes in the Share view without having to customize any webscripts / UI components. It also allows you to provide different kinds of views with different filter logic instead of forcing all views to use the same logic from the backend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 10:20:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-filter-out-nodes-based-on-custom-property/m-p/285728#M238858</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-09T10:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Share - filter out nodes based on custom property</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-filter-out-nodes-based-on-custom-property/m-p/285729#M238859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Axel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, that's definitely good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I would need to use it in all sites and maybe even in some other folders under repository. Should I be afraid of any performance issues in case I use it in almost whole repository?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I set it by "smart.folders.config.type.templates.qname.filter=cm:folder" with smart folder template "cm_folder.json":&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14787008497959073" data-hasrefreshed="true" data-renderedposition="189.64999389648438_8_1332_192" jivemacro_uid="_14787008497959073"&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Smart Folders Example",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "nodes": [{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "1",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Approved",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "Approved nodes",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "search": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "language": "fts-alfresco",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "query": "(PATH:'%ACTUAL_PATH%/*') AND (TYPE:'tieto:type') AND (=tieto:status:'Approved')"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it will help someone how to set it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:15:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-filter-out-nodes-based-on-custom-property/m-p/285729#M238859</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2016-11-09T14:15:06Z</dc:date>
    </item>
  </channel>
</rss>

