<?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 for nodes without content in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285311#M238441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thnaks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did try&amp;nbsp;&amp;nbsp; @cm:content.size:0 but it returns nodes with 0 bytes content (like when you have a 0 byte file as a content) For example it finds comments that are blank. So content property has to be set in order to be found by this query. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping to find nodes that have no content at all?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 07:53:40 GMT</pubDate>
    <dc:creator>darionis</dc:creator>
    <dc:date>2015-06-16T07:53:40Z</dc:date>
    <item>
      <title>search for nodes without content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285309#M238439</link>
      <description>Hello,I have a custom document model and I would like to find all custom documents that have no content. I tried with this query ASPECT:"nsp:customDoc" AND&amp;nbsp; @cm\:created:[2015-06-15 TO 2015-06-15]&amp;nbsp; AND ISUNSET:"cm:content"‍‍‍but it gives me "maxClauseCount is set to 10000" error. If I remove ISUNSET</description>
      <pubDate>Mon, 15 Jun 2015 20:24:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285309#M238439</guid>
      <dc:creator>darionis</dc:creator>
      <dc:date>2015-06-15T20:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: search for nodes without content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285310#M238440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AND @cm:content.size:0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 21:31:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285310#M238440</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-06-15T21:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: search for nodes without content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285311#M238441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thnaks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did try&amp;nbsp;&amp;nbsp; @cm:content.size:0 but it returns nodes with 0 bytes content (like when you have a 0 byte file as a content) For example it finds comments that are blank. So content property has to be set in order to be found by this query. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping to find nodes that have no content at all?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 07:53:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285311#M238441</guid>
      <dc:creator>darionis</dc:creator>
      <dc:date>2015-06-16T07:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: search for nodes without content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285312#M238442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have had a few documents created with no content (by accident actually) and they have no mimetype. You might try -@cm\:mimetype:* which in theory will return only documents that do not have the mimetype set. This would return 0 byte files as well, but again in theory -@cm\:content:* would return anything where cm:content is not set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't tried this but the theory goes that +@cm\:content:* would return anything where cm:content exists so -@cm\:content:* should return anything where cm:content does not exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Worth a go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 22:05:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285312#M238442</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-06-16T22:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: search for nodes without content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285313#M238443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Excellent!&amp;nbsp; -@cm\:content.mimetype:* finds nodes without content. Combined with aspect clause, finds exactly what i wanted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks! &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 07:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-nodes-without-content/m-p/285313#M238443</guid>
      <dc:creator>darionis</dc:creator>
      <dc:date>2015-06-18T07:27:59Z</dc:date>
    </item>
  </channel>
</rss>

