<?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 Returning folder/space path and name as part of search reslt in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212074#M165204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a custom search webscript that takes a space, content type and a few other parameters and returns the list of documents in the space and its children that match the content type/its derivatives. I would like to return the folder path and name associated with the returned document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${row.properties.folder.displayPath}&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; and that does not seem to work. How do I return the location of the file/document as part of the search results?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2010 15:35:14 GMT</pubDate>
    <dc:creator>shikarishambu</dc:creator>
    <dc:date>2010-02-17T15:35:14Z</dc:date>
    <item>
      <title>Returning folder/space path and name as part of search reslt</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212074#M165204</link>
      <description>I have a custom search webscript that takes a space, content type and a few other parameters and returns the list of documents in the space and its children that match the content type/its derivatives. I would like to return the folder path and name associated with the returned document.I have tried</description>
      <pubDate>Wed, 17 Feb 2010 15:35:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212074#M165204</guid>
      <dc:creator>shikarishambu</dc:creator>
      <dc:date>2010-02-17T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Returning folder/space path and name as part of search reslt</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212075#M165205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure of the exact context of your question, but here goes.&amp;nbsp; In the controller, return the documents to the Freemarker template (e.g., model.documentlist).&amp;nbsp; Using Freemarker list function reference documentlist as child (perhaps that is what you were referring to as row in your example).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The path is child.displayPath.&amp;nbsp; Then concatonate child.name.&amp;nbsp; You'll also have to add the server and context to front (&lt;/SPAN&gt;&lt;A href="http://localhost/alfresco/" rel="nofollow noopener noreferrer"&gt;http://localhost/alfresco/&lt;/A&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need properties.folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 19:36:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212075#M165205</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2010-02-26T19:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Returning folder/space path and name as part of search reslt</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212076#M165206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. That worked. I was wondering if there is a way to get the Folder Title. The displaypath is kind of long and my folder names have no spaces in them. For better readability it would be nice if I could get the folder title.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 23:22:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212076#M165206</guid>
      <dc:creator>shikarishambu</dc:creator>
      <dc:date>2010-03-04T23:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Returning folder/space path and name as part of search reslt</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212077#M165207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can retrieve the folder's title as a property of the folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 01:46:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212077#M165207</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2010-03-05T01:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Returning folder/space path and name as part of search reslt</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212078#M165208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${row.parent.properties.title}&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>Fri, 05 Mar 2010 22:25:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/returning-folder-space-path-and-name-as-part-of-search-reslt/m-p/212078#M165208</guid>
      <dc:creator>shikarishambu</dc:creator>
      <dc:date>2010-03-05T22:25:19Z</dc:date>
    </item>
  </channel>
</rss>

