<?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 search document by directory and title in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/search-document-by-directory-and-title/m-p/319261#M6262</link>
    <description>&lt;P&gt;I am new to nuxeo. Is there possibilities to search document by directory and title. For example I have document
"HelloWorld.doc" which is located inside "/default-domain/workspaces/Sample Content/PDF and Office Documents" .
I can run rest api that giving me all documents inside "/default-domain/workspaces/Sample Content/PDF and Office Documents"&lt;/P&gt;
&lt;P&gt;GET &lt;A href="http://nuxeo/nuxeo/api/v1/search/lang/NXQL/execute?query=select" target="test_blank"&gt;http://nuxeo/nuxeo/api/v1/search/lang/NXQL/execute?query=select&lt;/A&gt; * from Document WHERE ecm:path STARTSWITH '/default-domain/workspaces/Sample Content/PDF and Office Documents'&lt;/P&gt;
&lt;P&gt;But where I can specify document name, which in my case is "HelloWorld.doc".
Example will be appreciated. Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2018 17:38:22 GMT</pubDate>
    <dc:creator>Uril_Yak</dc:creator>
    <dc:date>2018-04-27T17:38:22Z</dc:date>
    <item>
      <title>search document by directory and title</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/search-document-by-directory-and-title/m-p/319261#M6262</link>
      <description>&lt;P&gt;I am new to nuxeo. Is there possibilities to search document by directory and title. For example I have document
"HelloWorld.doc" which is located inside "/default-domain/workspaces/Sample Content/PDF and Office Documents" .
I can run rest api that giving me all documents inside "/default-domain/workspaces/Sample Content/PDF and Office Documents"&lt;/P&gt;
&lt;P&gt;GET &lt;A href="http://nuxeo/nuxeo/api/v1/search/lang/NXQL/execute?query=select" target="test_blank"&gt;http://nuxeo/nuxeo/api/v1/search/lang/NXQL/execute?query=select&lt;/A&gt; * from Document WHERE ecm:path STARTSWITH '/default-domain/workspaces/Sample Content/PDF and Office Documents'&lt;/P&gt;
&lt;P&gt;But where I can specify document name, which in my case is "HelloWorld.doc".
Example will be appreciated. Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 17:38:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/search-document-by-directory-and-title/m-p/319261#M6262</guid>
      <dc:creator>Uril_Yak</dc:creator>
      <dc:date>2018-04-27T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: search document by directory and title</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/search-document-by-directory-and-title/m-p/319262#M6263</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;GET &lt;A href="http://nuxeo/nuxeo/api/v1/search/lang/NXQL/execute?query=select" target="test_blank"&gt;http://nuxeo/nuxeo/api/v1/search/lang/NXQL/execute?query=select&lt;/A&gt; * from Document WHERE ecm:path STARTSWITH '/default-domain/workspaces/Sample Content/PDF and Office Documents' AND file:content/name = 'HelloWorld.doc'

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;See &lt;A href="https://doc.nuxeo.com/nxdoc/nxql/" target="test_blank"&gt;https://doc.nuxeo.com/nxdoc/nxql/&lt;/A&gt; for more information and examples about NXQL queries.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 18:01:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/search-document-by-directory-and-title/m-p/319262#M6263</guid>
      <dc:creator>Thomas_Roger</dc:creator>
      <dc:date>2018-04-27T18:01:47Z</dc:date>
    </item>
  </channel>
</rss>

