<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in AggregationFilter.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>267f116487b4b90022958417b73b517ce79b206c - fix filter mechanism</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationFilter.php#267f116487b4b90022958417b73b517ce79b206c</link>
        <description>fix filter mechanismWith ba7f5789bbbcab95d7a655f6ec50a97b731b40d5 no $result was availableanymore.

            List of files:
            /plugin/struct/meta/AggregationFilter.php</description>
        <pubDate>Tue, 09 Apr 2024 06:30:22 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5e29103a15bd9873f422f66a6a5239b6aec4651e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationFilter.php#5e29103a15bd9873f422f66a6a5239b6aec4651e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/meta/AggregationFilter.php</description>
        <pubDate>Mon, 11 Dec 2023 15:31:16 +0000</pubDate>
        <dc:creator>annda &lt;annda@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>da8d86ad959e9e54cfe300f1b65923189ae00dee - fix numeric values in filter control. #665</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationFilter.php#da8d86ad959e9e54cfe300f1b65923189ae00dee</link>
        <description>fix numeric values in filter control. #665

            List of files:
            /plugin/struct/meta/AggregationFilter.php</description>
        <pubDate>Thu, 31 Aug 2023 09:33:15 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>457017d1b2a57f846bf3c8f1c72826eca00023b1 - fix header configuration for filter component</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationFilter.php#457017d1b2a57f846bf3c8f1c72826eca00023b1</link>
        <description>fix header configuration for filter component

            List of files:
            /plugin/struct/meta/AggregationFilter.php</description>
        <pubDate>Tue, 18 Jul 2023 10:06:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0ebf30450f171bb580dc29056fb0a85fd8509c27 - make filter syntax use the disabling of dynamic parameters</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationFilter.php#0ebf30450f171bb580dc29056fb0a85fd8509c27</link>
        <description>make filter syntax use the disabling of dynamic parametersAlso some more style improvements

            List of files:
            /plugin/struct/meta/AggregationFilter.php</description>
        <pubDate>Mon, 17 Jul 2023 11:43:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>fd9c77d37616e4134cc6c576afca1ff9ca472368 - refactoring dynamic parameter handling, part 3</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationFilter.php#fd9c77d37616e4134cc6c576afca1ff9ca472368</link>
        <description>refactoring dynamic parameter handling, part 3This moves SQL building into it&apos;s own class, splitting it into separatemethods. This allows for reusing the filter handling a second time toseparate out the dynamic filters.Still no work on tests

            List of files:
            /plugin/struct/meta/AggregationFilter.php</description>
        <pubDate>Mon, 17 Jul 2023 10:58:17 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>bea7239dedd8acf3a331707c77c76579fb97cfbb - change the way filters are rendered</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationFilter.php#bea7239dedd8acf3a331707c77c76579fb97cfbb</link>
        <description>change the way filters are renderedInstead of a form, now links are used that immeadiately apply a selectedfilter. To construct the link, the type&apos;s renderTagCloudLink() method isreused.Still to do:* make it possible to apply multiple filters (this might need some  adjustments on the renderTagCloudLink() method signature)* do ensure that one selected filter does not collapse all filter  possibilities. Cloud currently does this by implementing it&apos;s own  SearchConfig in SearchCloud, but that seems to be limited to handling  a single schema and field. I think it would make more sense to be able  enable/disable the dynamic filter handling for the standard  SearchConfig* Improve styling. This is currently just a very quick rendering on top  of &lt;details&gt;

            List of files:
            /plugin/struct/meta/AggregationFilter.php</description>
        <pubDate>Wed, 12 Jul 2023 12:52:21 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f1812f0b7ac4d9c715e38beb78ffe9711588b0c0 - added filter for AggregationFilter::getAllColumnValues()</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/meta/AggregationFilter.php#f1812f0b7ac4d9c715e38beb78ffe9711588b0c0</link>
        <description>added filter for AggregationFilter::getAllColumnValues()Also renames Filter to AggregationFilter

            List of files:
            /plugin/struct/meta/AggregationFilter.php</description>
        <pubDate>Wed, 12 Jul 2023 11:01:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
