<?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 Search and list Discussion replies in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-and-list-discussion-replies/m-p/277083#M230213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking into a requirement for a Discussion dashlet that lists&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Your topics (started by you) that has replies&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Topics you are involved in, ie you have replied to something and you want to monitor the discussion&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-It should list discussions from all sites you are a member of so that you quickly can follow discussions across sites.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The site activites dashlet was thought to be to light weight as it cannot filter only replies to your topics, and is mixed with all other site activities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This to mee looked like a trivial task at first, but the way the forum model is designed I cannot really find a way to do this. What I want to do is a Lucene search for the above. What we have is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- fm:topic with child nodes fm&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;ost in a flat structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the topic title is not stored in fm:topic, instead in the first child fm&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;ost&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- fm&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;ost replies to another fm&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;ost is not a child, instead an association cm:references&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- fm:topic and fm&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;ost is not only used in discussions, but also for comments in general in the system&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So how would I search for "My topics with recent replies". fm:topic does not change modified time when a fm&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;ost is added. Maybe search all my fm:topic, then loop them? Another approach is to find all fm&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;ost created by me that has title not null. Then I get all my topic start, but then what, I cannot get the replies easily. Associations are not searchable, else I could have done a search for cm:references for the replies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also the fact that the same kind of fm:topic and fm&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;ost are used generally in the system, not only for Discussions, it would require PATH filtering, but when you are members of many sites, I guess the PATH filter will become to much for lucene.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to do lucene query for what I want?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe with queries, where the result of these queries is fed into new queries. But I'm afraid this would be to slow once the number of discussions spread across site rise, this is for a dashlet, and the loading should be prompt.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2011 09:03:43 GMT</pubDate>
    <dc:creator>loftux</dc:creator>
    <dc:date>2011-03-25T09:03:43Z</dc:date>
    <item>
      <title>Search and list Discussion replies</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-and-list-discussion-replies/m-p/277083#M230213</link>
      <description>I'm looking into a requirement for a Discussion dashlet that lists-Your topics (started by you) that has replies-Topics you are involved in, ie you have replied to something and you want to monitor the discussion-It should list discussions from all sites you are a member of so that you quickly can f</description>
      <pubDate>Fri, 25 Mar 2011 09:03:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-and-list-discussion-replies/m-p/277083#M230213</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-03-25T09:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Search and list Discussion replies</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-and-list-discussion-replies/m-p/277084#M230214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Added an enhancement request for new forum model. &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ALF-7947" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/jira/browse/ALF-7947&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this will allow for creating better Discussion forum. The current one is to basic if you start to use it for more that just a few topics and posts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 07:05:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-and-list-discussion-replies/m-p/277084#M230214</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-03-30T07:05:23Z</dc:date>
    </item>
  </channel>
</rss>

