<?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: Searching tags in CMIS Query in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277507#M230637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is there a documentation we can read on using the query on CMIS agains alfresco cmis:document?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like if i would like to only retrieve a specific page (e.g. blog3.html) is this possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have this url: /Sites/demosite/documentLibrary/Alfresco Quick Start/Quick Start Editorial/root/blog/blog1.html and i would like to select that specifically&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2011 18:29:15 GMT</pubDate>
    <dc:creator>brogits</dc:creator>
    <dc:date>2011-04-28T18:29:15Z</dc:date>
    <item>
      <title>Searching tags in CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277503#M230633</link>
      <description>Hi,I am trying to write a custom app on top of alfreco, and for our document search we are currently using the CMIS query language to return and sort search results.&amp;nbsp; I'd like to include results whose tags match the search terms as well, but from everything I've seen on the forum, it would have to b</description>
      <pubDate>Fri, 25 Mar 2011 15:49:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277503#M230633</guid>
      <dc:creator>jboss</dc:creator>
      <dc:date>2011-03-25T15:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tags in CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277504#M230634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tags are categories under the covers - so you could query them that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"PATH:\"/cm:taggable/cm:" + ISO9075.encode(tag) + "/member\"");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have recently added the TAG keyword to Alfresco FTS to do just this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This will be exposed via CMIS CONTAINS() at some point. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I woudl have to check if PATH is exposed via CMIS query (I know some internal fields like ALL, TEXT are not) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 09:58:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277504#M230634</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-03-28T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tags in CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277505#M230635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using this query to obtain tags od dfocumente:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select d.*, o.* from cmis:document as d join cm:taggable as o 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 = o.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;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On queryresult["o.cm:taggable"] i have a list of id tags: (example&amp;nbsp;&amp;nbsp;&amp;nbsp; workspace://SpacesStore/36e92529-c355-4429-b3b3-f91ffa17feea)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can i obtain the name ???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a method to receive id from tag name?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.s i use dotCMIS of APache chemistry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 08:33:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277505#M230635</guid>
      <dc:creator>rat8602</dc:creator>
      <dc:date>2011-04-12T08:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tags in CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277506#M230636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tag should be a noderef, so you should be able to use it as an id and get its properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no "real" join in the query support to get this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 13:01:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277506#M230636</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-04-18T13:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tags in CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277507#M230637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is there a documentation we can read on using the query on CMIS agains alfresco cmis:document?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like if i would like to only retrieve a specific page (e.g. blog3.html) is this possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have this url: /Sites/demosite/documentLibrary/Alfresco Quick Start/Quick Start Editorial/root/blog/blog1.html and i would like to select that specifically&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 18:29:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277507#M230637</guid>
      <dc:creator>brogits</dc:creator>
      <dc:date>2011-04-28T18:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tags in CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277508#M230638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to query for a document that has a specific tags. Therefore I tried the following query like it is described in the full text search (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Full_Text_Search_Query_Syntax" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Full_Text_Search_Query_Syntax&lt;/A&gt;&lt;SPAN&gt;)but it won't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;SELECT * FROM cmis:document WHERE CONTAINS ('TAG:testtag')&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using alfresco 4.0a.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 09:14:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277508#M230638</guid>
      <dc:creator>lolipop</dc:creator>
      <dc:date>2011-10-07T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tags in CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277509#M230639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do I execute CMIS queries from javascript? As I am new to alfresco I am facing some issues in this.Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 12:41:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277509#M230639</guid>
      <dc:creator>samsam</dc:creator>
      <dc:date>2011-10-13T12:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tags in CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277510#M230640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;The tag should be a noderef, so you should be able to use it as an id and get its properties.&lt;BR /&gt;There is no "real" join in the query support to get this.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I try to access the node, i get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An error has occured in the Share component: /share/service/components/node-details/node-header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It responded with a status of 500 - Internal Error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error Code Information: 500 - An error inside the HTTP server which prevented it from fulfilling the request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error Message: 10130000 Failed to process template org/alfresco/components/node-details/node-header.get.html.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas what i am doing wrong here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 17:12:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tags-in-cmis-query/m-p/277510#M230640</guid>
      <dc:creator>menza</dc:creator>
      <dc:date>2012-11-13T17:12:22Z</dc:date>
    </item>
  </channel>
</rss>

