<?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: Saved search view not showing proper view  in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/saved-search-view-not-showing-proper-view/m-p/323593#M10594</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This is a known bug &lt;A href="https://jira.nuxeo.com/browse/NXP-21937" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-21937&lt;/A&gt; that should be fixed soon&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 13:55:49 GMT</pubDate>
    <dc:creator>Anahide_Tchertc</dc:creator>
    <dc:date>2017-08-09T13:55:49Z</dc:date>
    <item>
      <title>Saved search view not showing proper view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/saved-search-view-not-showing-proper-view/m-p/323591#M10592</link>
      <description>&lt;P&gt;Hi,
I have saved 2 search,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;search1&lt;/STRONG&gt; : having some filter (ex.Modification Date : Last 24h (0) )&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;search2&lt;/STRONG&gt; : having some filter (ex.Size :  Less than 100 KB (1) )&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;These 2 search come in &lt;STRONG&gt;Search Filter&lt;/STRONG&gt; drop-down present at top left corner in &lt;STRONG&gt;Search&lt;/STRONG&gt; tab under &lt;STRONG&gt;Saved Searches&lt;/STRONG&gt;.
Suppose &lt;STRONG&gt;Quick Search&lt;/STRONG&gt; is selected First time, then I select &lt;STRONG&gt;search1&lt;/STRONG&gt; it shows correct filter applied with correct result.
After that I have selected &lt;STRONG&gt;search2&lt;/STRONG&gt;, then it is showing result of &lt;STRONG&gt;search1&lt;/STRONG&gt; i.e. UI is not properly Updated.
Then again I selected &lt;STRONG&gt;search1&lt;/STRONG&gt; , at that time it shows result of &lt;STRONG&gt;search2&lt;/STRONG&gt; i.e. UI is showing data from last selected option, not from current selected option.
Try this by creating 2 different search.&lt;/P&gt;
&lt;P&gt;Can any one solve this!!!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 14:48:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/saved-search-view-not-showing-proper-view/m-p/323591#M10592</guid>
      <dc:creator>Santosh_Yadav</dc:creator>
      <dc:date>2017-07-25T14:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Saved search view not showing proper view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/saved-search-view-not-showing-proper-view/m-p/323592#M10593</link>
      <description>&lt;H2&gt;Hi,
I have solve this issue by changing code &lt;STRONG&gt;SearchUIActions.java&lt;/STRONG&gt; of bundle &lt;STRONG&gt;nuxeo-search-ui&lt;/STRONG&gt;.
in this file I have change method &lt;STRONG&gt;refreshAndRewind()&lt;/STRONG&gt; as follows:&lt;/H2&gt;
&lt;P&gt;public void refreshAndRewind() {
String contentViewName = getCurrentContentViewName();
if (contentViewName != null) {
contentViewActions.refreshAndRewind(contentViewName);
resetCurrentContentViewWorkingList();
//code added for saved search UI issue
try {
FacesContext.getCurrentInstance().getExternalContext().redirect(getSearchPermanentLinkUrl());
} catch (UnsupportedEncodingException e) {			
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
//code added for saved search UI issue
}
}&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:53:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/saved-search-view-not-showing-proper-view/m-p/323592#M10593</guid>
      <dc:creator>Santosh_Yadav</dc:creator>
      <dc:date>2017-08-09T13:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Saved search view not showing proper view</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/saved-search-view-not-showing-proper-view/m-p/323593#M10594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This is a known bug &lt;A href="https://jira.nuxeo.com/browse/NXP-21937" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-21937&lt;/A&gt; that should be fixed soon&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:55:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/saved-search-view-not-showing-proper-view/m-p/323593#M10594</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2017-08-09T13:55:49Z</dc:date>
    </item>
  </channel>
</rss>

