<?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 members in more groups in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111677#M31171</link>
    <description>&lt;P&gt;In that case, I would recommend to use the Alfresco JavaScript client API:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-js-api" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-js-api&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's a NodeJS project, but it provides mainly all you can require in your ReactJS app.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 08:15:19 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2020-04-07T08:15:19Z</dc:date>
    <item>
      <title>Search members in more groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111674#M31168</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have groups "&lt;STRONG&gt;GROUP_Members_A&lt;/STRONG&gt;", "&lt;STRONG&gt;GROUP_Members_B&lt;/STRONG&gt;" and "&lt;STRONG&gt;Groups_Members_C&lt;/STRONG&gt;". It is posible to search members&amp;nbsp;starting with name "Po" of all this groups using "GROUP_Member_*"?.&lt;/P&gt;&lt;P&gt;Thanks for an advice&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 06:38:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111674#M31168</guid>
      <dc:creator>pdovhomilja</dc:creator>
      <dc:date>2020-04-07T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search members in more groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111675#M31169</link>
      <description>&lt;P&gt;If you are working on an Angular app, I guess the best approach is to load all the Groups and Members in memory and to perform search operations in the browser itself.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 07:06:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111675#M31169</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-04-07T07:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search members in more groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111676#M31170</link>
      <description>&lt;P&gt;No i have own ReactJs application and custom backend which use Alfresco API. It isn't possible to search in groups using Search API or something similar?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 07:10:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111676#M31170</guid>
      <dc:creator>pdovhomilja</dc:creator>
      <dc:date>2020-04-07T07:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search members in more groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111677#M31171</link>
      <description>&lt;P&gt;In that case, I would recommend to use the Alfresco JavaScript client API:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-js-api" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-js-api&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's a NodeJS project, but it provides mainly all you can require in your ReactJS app.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 08:15:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111677#M31171</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-04-07T08:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search members in more groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111678#M31172</link>
      <description>&lt;P&gt;Ok thank you and is possible to search members in only one group using pure search API and use LIKE "Po*" or something similar? To get only users starting with "Po". Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 08:24:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111678#M31172</guid>
      <dc:creator>pdovhomilja</dc:creator>
      <dc:date>2020-04-07T08:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search members in more groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111679#M31173</link>
      <description>&lt;P&gt;I guess you can use the &lt;EM&gt;where&lt;/EM&gt; condition in this API&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#!/groups/listGroupMemberships" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api-explorer.alfresco.com/api-explorer/#!/groups/listGroupMemberships&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 08:57:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111679#M31173</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-04-07T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search members in more groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111680#M31174</link>
      <description>&lt;P&gt;Unfortunately, where condition doesn't work, there is no way how to get results using Search API and JOIN?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 14:44:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-members-in-more-groups/m-p/111680#M31174</guid>
      <dc:creator>pdovhomilja</dc:creator>
      <dc:date>2020-04-07T14:44:17Z</dc:date>
    </item>
  </channel>
</rss>

