<?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: Limit in CMIS query in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72659#M23522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact the limit is not 94, but 100. The test where I got 94 was a more restricted query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally found the solution to my problem at:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.drupal.org/project/cmis/issues/2442141" title="https://www.drupal.org/project/cmis/issues/2442141" rel="nofollow noopener noreferrer"&gt;cmis/query more than 10 records [#2442141] | Drupal.org&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I just need to set $options = array('maxItems' =&amp;gt; "1000") to cmisapi_query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 11:21:30 GMT</pubDate>
    <dc:creator>plean</dc:creator>
    <dc:date>2018-03-22T11:21:30Z</dc:date>
    <item>
      <title>Limit in CMIS query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72656#M23519</link>
      <description>Hello,I have a CMIS query which should give me hundrets of results. Unfortuntely it stops after 94 records. What can I do to get all the results? Unfortunately I really need to get all of them at once.Any help will be largely appreciated.Sincerly,André Pletschette</description>
      <pubDate>Thu, 22 Mar 2018 08:52:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72656#M23519</guid>
      <dc:creator>plean</dc:creator>
      <dc:date>2018-03-22T08:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in CMIS query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72657#M23520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000;"&gt;Hi &lt;SPAN style="background-color: #ffffff;"&gt;André&lt;/SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000;"&gt;We will need more details &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000;"&gt;What exact build / version of ACS (Alfresco Content Services) Repository are you using ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000;"&gt;Can you please post your exact CMIS query ? You may need to log / debug&amp;nbsp;to see whether it&amp;nbsp;executes&amp;nbsp;via DB (TMDQ) or Search Index ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000;"&gt;Have you tried running the same query via CMIS workbench ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000;"&gt;Are you using the CMIS browser-based (json) protocol binding or one of the other two (AtomPub or SOAP) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000;"&gt;Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 09:04:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72657#M23520</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2018-03-22T09:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in CMIS query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72658#M23521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did now test in&amp;nbsp; CMIS Workbench, there I see an option "Max hits", when I put 1.000, I get 167 records. If I use it by Drupal CMIS module, I only get a limited subset. I will have to show further for your other questions. But it would be interesting to know how CMIS Worbench sends the "Max hits" to CMIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Query:&lt;/P&gt;&lt;P&gt;select d.*, t.* from cmis:document as d join cm:titled as t on d.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectId = t.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectId&lt;/P&gt;&lt;P&gt;where d.cmis:name LIKE 'CT-%' ORDER BY d.cmis:name ASC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:48:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72658#M23521</guid>
      <dc:creator>plean</dc:creator>
      <dc:date>2018-03-22T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in CMIS query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72659#M23522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact the limit is not 94, but 100. The test where I got 94 was a more restricted query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally found the solution to my problem at:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.drupal.org/project/cmis/issues/2442141" title="https://www.drupal.org/project/cmis/issues/2442141" rel="nofollow noopener noreferrer"&gt;cmis/query more than 10 records [#2442141] | Drupal.org&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I just need to set $options = array('maxItems' =&amp;gt; "1000") to cmisapi_query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 11:21:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72659#M23522</guid>
      <dc:creator>plean</dc:creator>
      <dc:date>2018-03-22T11:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in CMIS query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72660#M23523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the update. I'm glad you solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 08:17:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/limit-in-cmis-query/m-p/72660#M23523</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2018-03-23T08:17:06Z</dc:date>
    </item>
  </channel>
</rss>

