<?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 Add Faceted Search from Studio in Nuxeo 5.6 in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/add-faceted-search-from-studio-in-nuxeo-5-6/m-p/314240#M1241</link>
    <description>&lt;P&gt;I see that I can flag a content view in studio but that is not working if I deploy it.
How can I do it work ?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2013 16:33:20 GMT</pubDate>
    <dc:creator>nioubi_</dc:creator>
    <dc:date>2013-02-08T16:33:20Z</dc:date>
    <item>
      <title>Add Faceted Search from Studio in Nuxeo 5.6</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-faceted-search-from-studio-in-nuxeo-5-6/m-p/314240#M1241</link>
      <description>&lt;P&gt;I see that I can flag a content view in studio but that is not working if I deploy it.
How can I do it work ?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 16:33:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-faceted-search-from-studio-in-nuxeo-5-6/m-p/314240#M1241</guid>
      <dc:creator>nioubi_</dc:creator>
      <dc:date>2013-02-08T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add Faceted Search from Studio in Nuxeo 5.6</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-faceted-search-from-studio-in-nuxeo-5-6/m-p/314241#M1242</link>
      <description>&lt;P&gt;I see that is working in 5.7 and to make it work in 5.6 here is the solution I found.&lt;/P&gt;
&lt;P&gt;I contributed this XML in Advanced Settings &amp;gt; XML Extensions&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; &amp;lt;extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"
    point="layouts"&amp;gt;
   &amp;lt;layout name="faceted_search_default_selectors"&amp;gt;
      &amp;lt;templates&amp;gt;
        &amp;lt;template mode="any"&amp;gt;
          /layouts/layout_faceted_search_default_actions_template.xhtml
        &amp;lt;/template&amp;gt;
      &amp;lt;/templates&amp;gt;
      &amp;lt;rows&amp;gt;
        &amp;lt;row&amp;gt;
          &amp;lt;widget&amp;gt;faceted_searches_selector&amp;lt;/widget&amp;gt;
        &amp;lt;/row&amp;gt;
        &amp;lt;row&amp;gt;
          &amp;lt;widget&amp;gt;saved_faceted_searches_selector&amp;lt;/widget&amp;gt;
        &amp;lt;/row&amp;gt;
      &amp;lt;/rows&amp;gt;
    &amp;lt;/layout&amp;gt;

    &amp;lt;layout name="faceted_search_default_actions"&amp;gt;
      &amp;lt;templates&amp;gt;
        &amp;lt;template mode="any"&amp;gt;
          /layouts/layout_faceted_search_default_actions_template.xhtml
        &amp;lt;/template&amp;gt;
      &amp;lt;/templates&amp;gt;
      &amp;lt;rows&amp;gt;
        &amp;lt;row&amp;gt;
          &amp;lt;widget&amp;gt;actions_bar&amp;lt;/widget&amp;gt;
        &amp;lt;/row&amp;gt;
      &amp;lt;/rows&amp;gt;
    &amp;lt;/layout&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then I added this &lt;A href="https://raw.github.com/nuxeo/nuxeo-platform-faceted-search/master/nuxeo-platform-faceted-search-jsf/src/main/resources/web/nuxeo.war/layouts/layout_faceted_search_default_actions_template.xhtml"&gt;following layout&lt;/A&gt; in Resources &amp;gt; Layouts&lt;/P&gt;
&lt;P&gt;Finally I added this as first Widget in my content view form&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Generic Widget
  Hide Label: checked
  Fields: #{layoutValue}
  Widget Type: layout
  layout mode: search
  custom property configuration: name / faceted_search_default_selectors
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And as last widget in my content view form&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Generic Widget
  Hide Label: checked
  Fields: #{layoutValue}
  Widget Type: layout
  layout mode: search
  custom property configuration: name / faceted_search_default_actions
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this will help someone else.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 16:47:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-faceted-search-from-studio-in-nuxeo-5-6/m-p/314241#M1242</guid>
      <dc:creator>nioubi_</dc:creator>
      <dc:date>2013-02-08T16:47:02Z</dc:date>
    </item>
  </channel>
</rss>

