<?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: list document  to search in nuxeo-suggestion-document in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313628#M629</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are described in &lt;A href="https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/document-suggestion-result-formatters#studio-modeler"&gt;Custom Document Suggestion Cookbook&lt;/A&gt;, you need to end the Query Filter of your page provider by &lt;CODE&gt;AND ecm:fulltext = '?*'&lt;/CODE&gt; and uncheck in the Advanced Configuration the checkbox of Quote parameters to allow searching.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2020 08:15:51 GMT</pubDate>
    <dc:creator>Gregory_Carlin</dc:creator>
    <dc:date>2020-05-05T08:15:51Z</dc:date>
    <item>
      <title>list document  to search in nuxeo-suggestion-document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313626#M627</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to use  'nuxeo-document-suggestion' in my page Provider and I need to filter document that will be suggested, so I created a new page provider(query-filter-search).with query like this "ecm:isCheckedInVersion=0 AND ecm:currentLifeCycleState='opened' AND ecm:primaryType= 'document_structuree'"
and finaly i used the web componement like this&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nuxeo-page-provider id="query-filter-search"
                      provider="query-filter-search"
                      enrichers="thumbnail, permissions"
                      schemas="dublincore,common,uid"
                      page-size="20"
                      headers='{"X-NXfetch.document": "properties", "X-NXtranslate.directoryEntry": "label"}'&amp;gt;
 &amp;lt;/nuxeo-page-provider&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nuxeo-document-suggestion  value="{{value}}"  pageProvider = 'query-filter-search'&amp;gt; &amp;lt;/nuxeo-document-suggestion&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 04 May 2020 09:12:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313626#M627</guid>
      <dc:creator>Hanene_BEN_MTAR</dc:creator>
      <dc:date>2020-05-04T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: list document  to search in nuxeo-suggestion-document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313627#M628</link>
      <description>&lt;P&gt;My problem is&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 09:13:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313627#M628</guid>
      <dc:creator>Hanene_BEN_MTAR</dc:creator>
      <dc:date>2020-05-04T09:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: list document  to search in nuxeo-suggestion-document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313628#M629</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are described in &lt;A href="https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/document-suggestion-result-formatters#studio-modeler"&gt;Custom Document Suggestion Cookbook&lt;/A&gt;, you need to end the Query Filter of your page provider by &lt;CODE&gt;AND ecm:fulltext = '?*'&lt;/CODE&gt; and uncheck in the Advanced Configuration the checkbox of Quote parameters to allow searching.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 08:15:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313628#M629</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-05-05T08:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: list document  to search in nuxeo-suggestion-document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313629#M630</link>
      <description>&lt;P&gt;thank you, it works for me&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 09:21:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313629#M630</guid>
      <dc:creator>Hanene_BEN_MTAR</dc:creator>
      <dc:date>2020-05-05T09:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: list document  to search in nuxeo-suggestion-document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313630#M631</link>
      <description>&lt;P&gt;Cool! Please validate the answer (check icon) to make clear to the other users what is the solution &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 09:33:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/list-document-to-search-in-nuxeo-suggestion-document/m-p/313630#M631</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-05-05T09:33:29Z</dc:date>
    </item>
  </channel>
</rss>

