<?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 Custom Simple Search properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-simple-search-properties/m-p/247910#M201040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to search for a specific propertie in the simple search bar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a custom model with some properties and I would like to search for one of those properties without the system looking elsewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I have a list of documents with a propertie called documentNumber I would like to put something like this in the search bar :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;documentNumber:0912 and the system would return me only the documents witch has 0912 as a document number.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont want the system to look for the number 0912 elsewhere like in the title or in the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2012 18:11:55 GMT</pubDate>
    <dc:creator>simonj</dc:creator>
    <dc:date>2012-11-07T18:11:55Z</dc:date>
    <item>
      <title>Custom Simple Search properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-simple-search-properties/m-p/247910#M201040</link>
      <description>Hello,Is there a way to search for a specific propertie in the simple search bar?I created a custom model with some properties and I would like to search for one of those properties without the system looking elsewhere.Example:If I have a list of documents with a propertie called documentNumber I wo</description>
      <pubDate>Wed, 07 Nov 2012 18:11:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-simple-search-properties/m-p/247910#M201040</guid>
      <dc:creator>simonj</dc:creator>
      <dc:date>2012-11-07T18:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Simple Search properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-simple-search-properties/m-p/247911#M201041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Simonj,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it is not possible to search by filtering for specific properties in simple search. Because what you like to do is something like the behavior of using in Node Browser which options is not in simple search. I am not sure if there is an implementation of lucene query in your simple search to what you like to filter and do. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P. M. Verma&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 13:04:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-simple-search-properties/m-p/247911#M201041</guid>
      <dc:creator>pmverma</dc:creator>
      <dc:date>2012-11-09T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Simple Search properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-simple-search-properties/m-p/247912#M201042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok so I'm thinking of an other approch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Is it possible to filter the rows that I dont want when displaying the data after the search :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;%– Content list –%&amp;gt;&lt;BR /&gt;&amp;lt;a:richList id="contentRichList" binding="#{BrowseBean.contentRichList}" viewMode="#{BrowseBean.browseViewMode}" pageSize="#{BrowseBean.pageSizeContent}"&lt;BR /&gt;styleClass="recordSet" headerStyleClass="recordSetHeader" rowStyleClass="recordSetRow" altRowStyleClass="recordSetRowAlt" width="100%"&lt;BR /&gt;value="#{BrowseBean.content}" var="r"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;c:if test="${r['sc:lot'] == 'L-442'}"&amp;gt;&lt;BR /&gt;…&lt;BR /&gt;…&lt;BR /&gt;…&lt;BR /&gt;&amp;lt;/c:if&amp;gt;&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried something like this but it dont seem to work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 15:39:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-simple-search-properties/m-p/247912#M201042</guid>
      <dc:creator>simonj</dc:creator>
      <dc:date>2012-11-15T15:39:45Z</dc:date>
    </item>
  </channel>
</rss>

