<?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 Customized Search Results Columns in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customized-search-results-columns/m-p/102035#M70936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created a new custom type for medical records with a number of properties (patient name, record ID, etc). A couple of these custom properties are visible through the advanced search when the user selects to search only the custom type. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have several questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to detect when the advanced search is using a custom type?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it then possible to configure the search result columns to show some of the custom properties? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can the search results be sorted using these properties?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If a property takes a single value from a small set, can the property-sheet for the detail view use a pre-populated dropdown list when in edit mode?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose that I don't use or don't want to display one of the inherited properties such as Author or Description. Is there such a tag as &amp;lt;hide-property name="cm:description" /&amp;gt; to hide "Description" in the customized property-sheet?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 20:22:33 GMT</pubDate>
    <dc:creator>farhadkhalafi</dc:creator>
    <dc:date>2007-04-04T20:22:33Z</dc:date>
    <item>
      <title>Customized Search Results Columns</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-search-results-columns/m-p/102035#M70936</link>
      <description>I have created a new custom type for medical records with a number of properties (patient name, record ID, etc). A couple of these custom properties are visible through the advanced search when the user selects to search only the custom type. I have several questions:Is it possible to detect when th</description>
      <pubDate>Wed, 04 Apr 2007 20:22:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-search-results-columns/m-p/102035#M70936</guid>
      <dc:creator>farhadkhalafi</dc:creator>
      <dc:date>2007-04-04T20:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Search Results Columns</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-search-results-columns/m-p/102036#M70937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is it possible to detect when the advanced search is using a custom type?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, not out of the box&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can the search results be sorted using these properties?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, not out of the box&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If a property takes a single value from a small set, can the property-sheet for the detail view use a pre-populated dropdown list when in edit mode?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can setup a constraint on the property in its definition file, see &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Constraints" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Constraints&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Suppose that I don't use or don't want to display one of the inherited properties such as Author or Description. Is there such a tag as &amp;lt;hide-property name="cm:description" /&amp;gt; to hide "Description" in the customized property-sheet?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can add the following whichc effectively hides the property:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;show-property show-in-edit-mode="false" show-in-view-mode="false" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 12:07:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-search-results-columns/m-p/102036#M70937</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-04-05T12:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Search Results Columns</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-search-results-columns/m-p/102037#M70938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gavin &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Is it possible to add new column to the search result page of alfresco , eg checkbox , I am using alfresco 4.1 enterprise edition &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gautam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 20:31:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-search-results-columns/m-p/102037#M70938</guid>
      <dc:creator>gdey</dc:creator>
      <dc:date>2014-05-08T20:31:14Z</dc:date>
    </item>
  </channel>
</rss>

