<?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: Is this correct syntax to query for content by path and name in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-this-correct-syntax-to-query-for-content-by-path-and-name/m-p/121432#M85551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks liek there are two quotes at the end of the second PATH \"\" should be just \".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 10:49:06 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2007-11-13T10:49:06Z</dc:date>
    <item>
      <title>Is this correct syntax to query for content by path and name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-this-correct-syntax-to-query-for-content-by-path-and-name/m-p/121430#M85549</link>
      <description>I have content that is located at Company Home &amp;gt; Pathology Reports and the name is 1234_WS_FTP2.LOG. I'm trying to query for it by including the path as well as the name since the name might not be unique, but the path and name are.&amp;nbsp; So the query I've come up with isPATH:"/app:company_home/cm&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;at</description>
      <pubDate>Thu, 08 Nov 2007 21:55:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-this-correct-syntax-to-query-for-content-by-path-and-name/m-p/121430#M85549</guid>
      <dc:creator>jcblitz</dc:creator>
      <dc:date>2007-11-08T21:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is this correct syntax to query for content by path and name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-this-correct-syntax-to-query-for-content-by-path-and-name/m-p/121431#M85550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been reading through &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;&lt;SPAN&gt; and have tried a few things. I cut/pasted what I thought was really similar to what I wanted just to see what it would return and I get "{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/ws/service/repository/1.0}RepositoryFault" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/ws/service/repository/1.0}RepositoryFault&lt;/A&gt;&lt;SPAN&gt;:&amp;lt;ns1:errorCode&amp;gt;0&amp;lt;/ns1:errorCode&amp;gt;&amp;lt;ns1:message&amp;gt;org.alfresco.repo.search.SearcherException: Failed to parse query: +PATH:&amp;amp;quot;/cm:generalclassifiable/cm&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;oftware_x0020_Document_x0020_Classification/member&amp;amp;quot;+@cm\:title:&amp;amp;quot;banana&amp;amp;quot;+PATH:&amp;amp;quot;/sys:user//*&amp;amp;quot;&amp;amp;quot;&amp;lt;/ns1:message&amp;gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that normal? I know none of that data exists, but shoudln't it get passed the parsing part?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the query from &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search#Combined_Queries" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search#Combined_Queries&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;String queryValue = "+PATH:\"/cm:generalclassifiable/cm:Software_x0020_Document_x0020_Classification/member\""+&lt;BR /&gt; "+@cm\\:title:\"banana\""+&lt;BR /&gt; "+PATH:\"/sys:user//*\"\"";&lt;BR /&gt;query = new Query(Constants.QUERY_LANG_LUCENE, queryValue);&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 18:04:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-this-correct-syntax-to-query-for-content-by-path-and-name/m-p/121431#M85550</guid>
      <dc:creator>jcblitz</dc:creator>
      <dc:date>2007-11-09T18:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is this correct syntax to query for content by path and name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-this-correct-syntax-to-query-for-content-by-path-and-name/m-p/121432#M85551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks liek there are two quotes at the end of the second PATH \"\" should be just \".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 10:49:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-this-correct-syntax-to-query-for-content-by-path-and-name/m-p/121432#M85551</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-11-13T10:49:06Z</dc:date>
    </item>
  </channel>
</rss>

