<?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 alfresco_fts query in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83277#M25502</link>
    <description>&lt;P&gt;I faced with strange (for me) problem.&lt;BR /&gt;When I query with (for example)&lt;/P&gt;&lt;PRE&gt;SITE:"test" and TYPE:"test:myDoc"&lt;/PRE&gt;&lt;P&gt;I get a lot of nodes.&lt;BR /&gt;Now I add an optional aspect to only 2 of previous nodes and try to get such nodes with&lt;/P&gt;&lt;PRE&gt;SITE:"test" and TYPE:"test:myDoc" and ASPECT:"test:myAspect"&lt;/PRE&gt;&lt;P&gt;Responce on node browser is: zero results. But If I cut the SITE part of the query and use:&lt;/P&gt;&lt;PRE&gt;TYPE:"test:myDoc" and ASPECT:"test:myAspect"&lt;/PRE&gt;&lt;P&gt;I get only the 2 nodes!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The problem is that I cannot cut the SITE part of the query&lt;/STRONG&gt;.&lt;BR /&gt;Would anyone know how to solve this strange problem?&lt;BR /&gt;I'm stuck.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 18:59:33 GMT</pubDate>
    <dc:creator>ssciacca</dc:creator>
    <dc:date>2019-11-27T18:59:33Z</dc:date>
    <item>
      <title>alfresco_fts query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83277#M25502</link>
      <description>&lt;P&gt;I faced with strange (for me) problem.&lt;BR /&gt;When I query with (for example)&lt;/P&gt;&lt;PRE&gt;SITE:"test" and TYPE:"test:myDoc"&lt;/PRE&gt;&lt;P&gt;I get a lot of nodes.&lt;BR /&gt;Now I add an optional aspect to only 2 of previous nodes and try to get such nodes with&lt;/P&gt;&lt;PRE&gt;SITE:"test" and TYPE:"test:myDoc" and ASPECT:"test:myAspect"&lt;/PRE&gt;&lt;P&gt;Responce on node browser is: zero results. But If I cut the SITE part of the query and use:&lt;/P&gt;&lt;PRE&gt;TYPE:"test:myDoc" and ASPECT:"test:myAspect"&lt;/PRE&gt;&lt;P&gt;I get only the 2 nodes!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The problem is that I cannot cut the SITE part of the query&lt;/STRONG&gt;.&lt;BR /&gt;Would anyone know how to solve this strange problem?&lt;BR /&gt;I'm stuck.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 18:59:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83277#M25502</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2019-11-27T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco_fts query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83278#M25503</link>
      <description>&lt;P&gt;I did never heard about SITE keyword in fts queries, but have you tried specifying PATH instead of SITE? PATH would be something like "app:company_home/st:sites/cm:test". I don't remember exactly the namespaces, but you can find this path searching site's document library noderef in node browser&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 20:56:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83278#M25503</guid>
      <dc:creator>narkuss</dc:creator>
      <dc:date>2019-11-27T20:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco_fts query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83279#M25504</link>
      <description>&lt;P&gt;Thank you, Narkuss, for the answer.&lt;/P&gt;&lt;P&gt;Before to post the message I tryed the PATH alternative with the same (identical) problem.&lt;/P&gt;&lt;P&gt;SITE is a special field.&lt;/P&gt;&lt;P&gt;You can find the complete list &lt;A href="https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-fields.html" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 21:46:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83279#M25504</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2019-11-27T21:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco_fts query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83280#M25505</link>
      <description>&lt;P&gt;Solved!&lt;BR /&gt;Write here the solution for others with the same or similar problem.&lt;BR /&gt;I performed a full reindex with solr (as described on documentation) and now I get correct results. Now both the 2 query:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SITE:"test" and TYPE:"test:myDoc" and ASPECT:"test:myAspect"
TYPE:"test:myDoc" and ASPECT:"test:myAspect"&lt;/PRE&gt;&lt;P&gt;return 2 nodes!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 17:32:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-fts-query/m-p/83280#M25505</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2019-11-28T17:32:58Z</dc:date>
    </item>
  </channel>
</rss>

