<?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: search properties using Lucene search in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/search-properties-using-lucene-search/m-p/120909#M33186</link>
    <description>&lt;P&gt;Always use FTS. Refer the documentation:&amp;nbsp;&lt;A href="https://docs.alfresco.com/search-services/latest/using/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/search-services/latest/using/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Here are some examples:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Approach 1 [Search on the repository with exact match]:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;=@managepermission:permissionName:"FAIS"

another example based on name:

=@cm:name:"AHMAD"&lt;/PRE&gt;
&lt;P&gt;Approach 2 [Search on the site (here site name is 'test') documentlibrary with exact match]:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;PATH:"/app:company_home/&lt;STRONG&gt;st:sites&lt;/STRONG&gt;/&lt;STRONG&gt;cm:test&lt;/STRONG&gt;/&lt;STRONG&gt;cm:documentLibrary&lt;/STRONG&gt;//*" AND =@managepermission:permissionName:"FAIS"

Based on name:

PATH:"/app:company_home/&lt;STRONG&gt;st:sites&lt;/STRONG&gt;/&lt;STRONG&gt;cm:test&lt;/STRONG&gt;/&lt;STRONG&gt;cm:documentLibrary&lt;/STRONG&gt;//*" AND =@cm:name:"AHMAD"&lt;/PRE&gt;
&lt;P&gt;Approach 3 [Search on the site (here site name is 'test') documentlibrary and specified content type with exact match]:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;PATH:"/app:company_home/&lt;STRONG&gt;st:sites&lt;/STRONG&gt;/&lt;STRONG&gt;cm:test&lt;/STRONG&gt;/&lt;STRONG&gt;cm:documentLibrary&lt;/STRONG&gt;//*" AND (TYPE:managepermission:managepermission AND =@managepermission:permissionName:"FAIS")


PATH:"/app:company_home/&lt;STRONG&gt;st:sites&lt;/STRONG&gt;/&lt;STRONG&gt;cm:test&lt;/STRONG&gt;/&lt;STRONG&gt;cm:documentLibrary&lt;/STRONG&gt;//*" AND (TYPE:cm:content AND =@cm:name:"AHMAD")&lt;/PRE&gt;</description>
    <pubDate>Tue, 04 Jan 2022 20:14:28 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2022-01-04T20:14:28Z</dc:date>
    <item>
      <title>search properties using Lucene search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-properties-using-lucene-search/m-p/120908#M33185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have some questions on the search . I want to search properties &lt;SPAN&gt;managepermission&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ermissionName =&amp;nbsp;&lt;/SPAN&gt;"FAIS". how i can do that?&lt;/P&gt;&lt;P&gt;search syntax:-&lt;/P&gt;&lt;P&gt;PATH:"//app:company_home/cm:AHMAD"&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="node search.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1323i675454106B4EB905/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="properties.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1332i9C5F2A2EFB40C6F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 07:17:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-properties-using-lucene-search/m-p/120908#M33185</guid>
      <dc:creator>faispis</dc:creator>
      <dc:date>2022-01-04T07:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: search properties using Lucene search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-properties-using-lucene-search/m-p/120909#M33186</link>
      <description>&lt;P&gt;Always use FTS. Refer the documentation:&amp;nbsp;&lt;A href="https://docs.alfresco.com/search-services/latest/using/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/search-services/latest/using/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Here are some examples:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Approach 1 [Search on the repository with exact match]:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;=@managepermission:permissionName:"FAIS"

another example based on name:

=@cm:name:"AHMAD"&lt;/PRE&gt;
&lt;P&gt;Approach 2 [Search on the site (here site name is 'test') documentlibrary with exact match]:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;PATH:"/app:company_home/&lt;STRONG&gt;st:sites&lt;/STRONG&gt;/&lt;STRONG&gt;cm:test&lt;/STRONG&gt;/&lt;STRONG&gt;cm:documentLibrary&lt;/STRONG&gt;//*" AND =@managepermission:permissionName:"FAIS"

Based on name:

PATH:"/app:company_home/&lt;STRONG&gt;st:sites&lt;/STRONG&gt;/&lt;STRONG&gt;cm:test&lt;/STRONG&gt;/&lt;STRONG&gt;cm:documentLibrary&lt;/STRONG&gt;//*" AND =@cm:name:"AHMAD"&lt;/PRE&gt;
&lt;P&gt;Approach 3 [Search on the site (here site name is 'test') documentlibrary and specified content type with exact match]:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;PATH:"/app:company_home/&lt;STRONG&gt;st:sites&lt;/STRONG&gt;/&lt;STRONG&gt;cm:test&lt;/STRONG&gt;/&lt;STRONG&gt;cm:documentLibrary&lt;/STRONG&gt;//*" AND (TYPE:managepermission:managepermission AND =@managepermission:permissionName:"FAIS")


PATH:"/app:company_home/&lt;STRONG&gt;st:sites&lt;/STRONG&gt;/&lt;STRONG&gt;cm:test&lt;/STRONG&gt;/&lt;STRONG&gt;cm:documentLibrary&lt;/STRONG&gt;//*" AND (TYPE:cm:content AND =@cm:name:"AHMAD")&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Jan 2022 20:14:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-properties-using-lucene-search/m-p/120909#M33186</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2022-01-04T20:14:28Z</dc:date>
    </item>
  </channel>
</rss>

