<?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: Usage nuxeo-results-view in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321464#M8465</link>
    <description>&lt;P&gt;Hello Marvin,&lt;/P&gt;
&lt;P&gt;I've stumbled upon exactly the same problem recently: &lt;A href="https://answers.nuxeo.com/general/q/461fd4b8f46a4e7fb965438ed7c209be/Using-page-providers-in-Web-UI" target="test_blank"&gt;https://answers.nuxeo.com/general/q/461fd4b8f46a4e7fb965438ed7c209be/Using-page-providers-in-Web-UI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I've contacted the support, seems that Page Providers in WebUI are buggy, so it should be fixed in the next hotfix: &lt;A href="https://jira.nuxeo.com/browse/NXP-24253" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-24253&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;UPD: It is NOT a bug, I've tried doing it incorrectly.
If anyone will have the same issue - you should read the comments to JIRA ticket, you'll get an explanation of doing this correctly.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 10:04:05 GMT</pubDate>
    <dc:creator>Sergey_Zakharen</dc:creator>
    <dc:date>2018-01-30T10:04:05Z</dc:date>
    <item>
      <title>Usage nuxeo-results-view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321462#M8463</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to use the nuxeo-results-view element to display a custom listing on a documents layout. I created the page-provider and a page-provider results layout.&lt;/P&gt;
&lt;P&gt;Then I used the following HTML fragment to embed it in the layout:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nuxeo-results-view
  role="widget"
  document="[[document]]"
  provider="customerfiles" &amp;lt;!-- my page provider --&amp;gt;
  visible="true"
  search-name="customerfiles" &amp;lt;!-- results layout of page provider --&amp;gt;
  schemas="dublincore,common,uid,file,my-schema"
  params="{system_parentId : document.uid}"&amp;gt;
&amp;lt;/nuxeo-results-view&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It actually kind of works:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the created results layout is embedded in the HTML shown in the browser&lt;/LI&gt;
&lt;LI&gt;some documents are retrieved using the page provider&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the retrieved documents aren't added to the table -&amp;gt; so there aren't displayed at all&lt;/LI&gt;
&lt;LI&gt;the params attribute is ignored at all -&amp;gt; simply all existing documents are in the result set of the page provider&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I don't know what I'm missing or doing wrong. I appreciate any help/hints.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Marvin&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:38:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321462#M8463</guid>
      <dc:creator>Marvin_Rensing</dc:creator>
      <dc:date>2018-01-29T10:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Usage nuxeo-results-view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321463#M8464</link>
      <description>&lt;P&gt;Even when following the instructions of this &lt;A href="https://doc.nuxeo.com/nxdoc/web-ui-search/"&gt;tutorial&lt;/A&gt; I cannot get it to work. The search-results were retrieved (&lt;CODE&gt;&amp;lt;my nuxeo host&amp;gt;/nuxeo/api/v1/search/pp/customerfiles/execute?currentPageIndex=0&amp;amp;pageSize=40&amp;amp;sortBy=&amp;amp;sortOrder=&lt;/CODE&gt; is called but the results didn't display in HTML) and even the queue view shows the results correctly. Seems like this is a bug. Does someone experience the same?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 15:31:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321463#M8464</guid>
      <dc:creator>Marvin_Rensing</dc:creator>
      <dc:date>2018-01-29T15:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Usage nuxeo-results-view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321464#M8465</link>
      <description>&lt;P&gt;Hello Marvin,&lt;/P&gt;
&lt;P&gt;I've stumbled upon exactly the same problem recently: &lt;A href="https://answers.nuxeo.com/general/q/461fd4b8f46a4e7fb965438ed7c209be/Using-page-providers-in-Web-UI" target="test_blank"&gt;https://answers.nuxeo.com/general/q/461fd4b8f46a4e7fb965438ed7c209be/Using-page-providers-in-Web-UI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I've contacted the support, seems that Page Providers in WebUI are buggy, so it should be fixed in the next hotfix: &lt;A href="https://jira.nuxeo.com/browse/NXP-24253" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-24253&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;UPD: It is NOT a bug, I've tried doing it incorrectly.
If anyone will have the same issue - you should read the comments to JIRA ticket, you'll get an explanation of doing this correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 10:04:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321464#M8465</guid>
      <dc:creator>Sergey_Zakharen</dc:creator>
      <dc:date>2018-01-30T10:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Usage nuxeo-results-view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321465#M8466</link>
      <description>&lt;P&gt;Actually I had two independent issues. First one was a typo in the dom-module id. Second one in the params attribute. Quotes are very important, so I had to change it to: &lt;CODE&gt;params="{"system_parentId" : "[[document.uid]]"}"&lt;/CODE&gt; (Replace inner double quotes with &lt;CODE&gt;&amp;amp; quot;&lt;/CODE&gt; (without space after &amp;amp;)).&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 09:51:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321465#M8466</guid>
      <dc:creator>Marvin_Rensing</dc:creator>
      <dc:date>2018-03-02T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Usage nuxeo-results-view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321466#M8467</link>
      <description>&lt;P&gt;It's still not working for me when using "nuxeo-document-content" element only with the "nuxeo-results-view", the params are used correctly.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 11:36:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/usage-nuxeo-results-view/m-p/321466#M8467</guid>
      <dc:creator>Marvin_Rensing</dc:creator>
      <dc:date>2018-03-02T11:36:06Z</dc:date>
    </item>
  </channel>
</rss>

