<?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: Searching a file in repository in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239313#M192443</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;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried your query, it gave me a compilation error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried to get it working on node browser as below but dint find any record :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PATH:"/app:company_home/cm:sample_folder/*" AND @cm:\\name:hello.txt"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;There is a hello.txt file in the webservice sample folder i.e. sample_folder and I am trying to search it to get the reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you kindly run your query in the node browser and chk if its working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly do let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2009 09:55:29 GMT</pubDate>
    <dc:creator>itsard</dc:creator>
    <dc:date>2009-07-24T09:55:29Z</dc:date>
    <item>
      <title>Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239311#M192441</link>
      <description>Hi,Can u help me with this…I need to search a document in Alfresco repository.I pass the file name and need to get the reference to it.Below is the code am using.Query query1 =new Query(Constants.QUERY_LANG_LUCENE,"PATH:\"/app:company_home/cm:sample_folder/cm:"+ISO9075.encode(lStringFileName)+"\"");</description>
      <pubDate>Thu, 23 Jul 2009 10:58:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239311#M192441</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-07-23T10:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239312#M192442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In this way you are searching for a space or all the contents in a space, maybe you would like to execute this query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Query query1 =new Query(Constants.QUERY_LANG_LUCENE,"PATH:\"/app:company_home/cm:sample_folder/*" AND @cm\\:name:"+ISO9075.encode(lStringFileName)+"\"");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 17:22:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239312#M192442</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2009-07-23T17:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239313#M192443</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;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried your query, it gave me a compilation error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried to get it working on node browser as below but dint find any record :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PATH:"/app:company_home/cm:sample_folder/*" AND @cm:\\name:hello.txt"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;There is a hello.txt file in the webservice sample folder i.e. sample_folder and I am trying to search it to get the reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you kindly run your query in the node browser and chk if its working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly do let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 09:55:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239313#M192443</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-07-24T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239314#M192444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PATH:"/app:company_home/cm:sample_folder/*" AND @cm\:name:"hello.txt"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 13:20:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239314#M192444</guid>
      <dc:creator>luisg</dc:creator>
      <dc:date>2009-07-28T13:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239315#M192445</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;SPAN&gt;How can i search a text in only some documents through webservice api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is a content search that searches the input text only in some UUIDs or reference objects that I pass as input to the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone help me with the query for it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 13:36:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239315#M192445</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-08-07T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239316#M192446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You want to find a string inside a document identified by its reference? It's that what you want?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if so, suppose you want to find the string 'test' in a document with the reference 'ReferenceX' you should do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ID:"ReferenceX" AND TEXT:"test"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried that in Alfresco Node Browser ans works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 15:10:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239316#M192446</guid>
      <dc:creator>luisg</dc:creator>
      <dc:date>2009-08-07T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239317#M192447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for ur reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try this out. Instead of a single ID, I need to check it in more than one references.Whats the query for that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also had another question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the SOAP webservice api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you kindly let me know is there a way to get the Version2Store node-uuid of my document when i check in the file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is I need to save the version2Store node-uuid of the document when I check it in so that next time I can directly access it using the reference object from version2Store.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2009 13:25:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239317#M192447</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-08-09T13:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239318#M192448</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;SPAN&gt;I need to perform content search on documents inside a folder whose node-uuid I have.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to perform a hierarchical search, means searching the documents also inside all the children folders of the one whose node uuid i provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;PARENT:"workspace://SpacesStore/cbb81351-4e7b-49cd-85c3-9dd423fdad2c"&amp;nbsp; TEXT:"bbb"&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;This code finds the documents but only in that particular folder and not in the children.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me out with this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 11:57:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239318#M192448</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-08-11T11:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239319#M192449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have the uuid of the folder you want, but for this you just need the path for the folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose you have a folder 'test' inside Company Home and you need to search for all the documents that contain the String 'message'… to do this you need to perform the query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;PATH:"/app:company_home/cm:test//*" AND TEXT:"message"&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried this with the following folder structure (all files have 'message' in its content):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Companhy Home&lt;BR /&gt;&amp;nbsp;&amp;nbsp; file1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; file2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; file3&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subfolder1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file4&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfolder2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file5&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 15:46:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239319#M192449</guid>
      <dc:creator>luisg</dc:creator>
      <dc:date>2009-08-11T15:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239320#M192450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I dont wish to make the path…as I am integrating alfresco with my system…and the same logical folder would be created in my system also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I map the alfresco folder uuid in my system against the system folder id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I wish is I just provide the folder uuid in the query and it does the content search for all the docs in the below hierarchy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for ur reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 06:14:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239320#M192450</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-08-12T06:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239321#M192451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What I wish is I just provide the folder uuid in the query and it does the content search for all the docs in the below hierarchy.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I think you´re looking for something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;query.setStatement("PARENT: \"" this.store.getScheme()+ "://"+ store.getAddress() + "/"+ uuid+ "\" AND "&lt;BR /&gt; "TYPE:\\{http\\://&lt;A href="http://www.alfresco.org/model/content/1.0\\}content" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\\}content&lt;/A&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 06:17:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239321#M192451</guid>
      <dc:creator>cheffilet</dc:creator>
      <dc:date>2009-08-12T06:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239322#M192452</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;SPAN&gt;I am trying this query but its not fetching me any record.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can u give me the node browser query whose input is a uuid of a folder in spacesstore and a text to be searched.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried something like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PARENT: "workspace://SpacesStore/cbb81351-4e7b-49cd-85c3-9dd423fdad2c" AND "TYPE:\{http\://&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0\}content" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\}content&lt;/A&gt;&lt;SPAN&gt;" TEXT:"bb"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do have files with the content bb in the folders in the hierarchy below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 07:07:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239322#M192452</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-08-12T07:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239323#M192453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can u give me the node browser query whose input is a uuid of a folder in spacesstore and a text to be searched.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PARENT: "workspace://SpacesStore/ec002e32-f392-4ea1-967e-7e6009d74c7f" AND TYPE:"{&lt;A href="http://www.alfresco.org/model/content/1.0}content" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;" AND TEXT:"bb"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 07:16:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239323#M192453</guid>
      <dc:creator>cheffilet</dc:creator>
      <dc:date>2009-08-12T07:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239324#M192454</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;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;PARENT: "workspace://SpacesStore/2fc87f4b-a13f-4c3c-ad26-bbaced8c4819"&amp;nbsp; AND TEXT:"content*" AND TYPE:"{&lt;A href="http://www.alfresco.org/model/content/1.0}content" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;This query does find the text in the folder specified by uuid. But it does not search in the hierarchy of folders under it.It just searches in one level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"workspace://SpacesStore/2fc87f4b-a13f-4c3c-ad26-bbaced8c4819/*" and "workspace://SpacesStore/2fc87f4b-a13f-4c3c-ad26-bbaced8c4819//*"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;also dont work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me with that query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 09:11:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239324#M192454</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-08-12T09:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239325#M192455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I dont know wheter this is possible at all. Because you need an recursivly method for that to relolve all children that belongs to "one root node-uuid".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 09:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239325#M192455</guid>
      <dc:creator>cheffilet</dc:creator>
      <dc:date>2009-08-12T09:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239326#M192456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So can you kindly suggest me any other way to achieve the above requirement except using&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;PATH:"/app:company_home/cm:sample_folder/cm:Sample_Testing//*" AND TEXT:select*&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Because for this query I would need to get all the folders in the hierarchy to create the path first and that would become clumsy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Isnt there any other way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 09:44:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239326#M192456</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-08-12T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239327#M192457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its a realy bad idea to build up a whole tree with one request. Instead of this, you should take use a more asynchronous-approach on retrieving partialy folders/documents. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, if you need to get all folders under a specific path, use following path: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;PATH:"//app:company_home//*" AND +TYPE:"{&lt;A href="http://www.alfresco.org/model/content/1.0}folder" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 10:12:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239327#M192457</guid>
      <dc:creator>cheffilet</dc:creator>
      <dc:date>2009-08-12T10:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239328#M192458</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;SPAN&gt;Is there a way to find out a text inside the documents whose list i provide to the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For eg. if I have to search in 10 documents that are&amp;nbsp; in different folder hierarchies and not under the same parent, how would I achieve it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like I pass the collection of those 10 documents and the text content to be searched and I get the output as those documents in which the text is found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly do let me know as this is a major issue for my system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 05:01:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239328#M192458</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-09-02T05:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239329#M192459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anyone help me out with this??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2009 06:42:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239329#M192459</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-09-05T06:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a file in repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239330#M192460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote java code using web services client to upload and download files into and from alfresco repository. Uploading successfully working and so download is. Download has a lil issue hopefully il resolve it soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;BUT i wanted to ask&lt;/STRONG&gt;&lt;SPAN&gt; that the path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/sample/folder/Company%20Home" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/sample/folder/Company%20Home&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; where our uploaded file get stores if we want to retrieve them and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if move cursor to file it shows the following URL &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/d2edd2fa-b576-4a09-b469-7d3837965bf5/file555.txt" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/d2edd2fa-b576-4a09-b469-7d3837965bf5/file555.txt&lt;/A&gt;&lt;SPAN&gt; hence by clicking we can download it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any method so i can access directly this URL&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/&lt;/A&gt;&lt;SPAN&gt;"&amp;nbsp; ,&amp;nbsp; index i know how to call il do so and then file name too but the URL is being used before these two things can i use it dynamically? Calling any function??? or ANYHOW???? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help as soon as possible.. ill be very thankful to you guys!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 09:07:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-file-in-repository/m-p/239330#M192460</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-09-15T09:07:59Z</dc:date>
    </item>
  </channel>
</rss>

