<?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 Boolean property search filter in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/boolean-property-search-filter/m-p/319830#M6831</link>
    <description>&lt;P&gt;Hello :)
I have defined a search content view for a specific type of document.This document has a Boolean property and i can not filter by this property.
Can someone help me?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 11:50:00 GMT</pubDate>
    <dc:creator>Nuxeo_User</dc:creator>
    <dc:date>2017-11-08T11:50:00Z</dc:date>
    <item>
      <title>Boolean property search filter</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/boolean-property-search-filter/m-p/319830#M6831</link>
      <description>&lt;P&gt;Hello :)
I have defined a search content view for a specific type of document.This document has a Boolean property and i can not filter by this property.
Can someone help me?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 11:50:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/boolean-property-search-filter/m-p/319830#M6831</guid>
      <dc:creator>Nuxeo_User</dc:creator>
      <dc:date>2017-11-08T11:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean property search filter</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/boolean-property-search-filter/m-p/319831#M6832</link>
      <description>&lt;P&gt;It can be done very easly by using the aggregation in the coreQueryPageProvider:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;aggregate id="checkbox_agg" type="range" parameter="myschema:boolfield"&amp;gt;
          &amp;lt;field schema="search_myschema" name="checkbox_agg" /&amp;gt;
          &amp;lt;ranges&amp;gt;
            &amp;lt;range key="false" to="1"/&amp;gt;
            &amp;lt;range key="true" from="1" /&amp;gt;
          &amp;lt;/ranges&amp;gt;
        &amp;lt;/aggregate&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Without aggregation it will be a bit difficault because it is needed three values (null, true, false).&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 07:20:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/boolean-property-search-filter/m-p/319831#M6832</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2017-11-12T07:20:19Z</dc:date>
    </item>
  </channel>
</rss>

