<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>New GetFinds() option</title>
        <description> I have added a new option to GetFinds(), it&amp;#039;s still undocumented, but it&amp;#039;s coming.

excludeDupFinds = true can now be set in the second argument of PGC.GetFinds(). It will then remove all duplicate Found logs of the same Geocache, keeping only the first. Sorted by visitdate, log_id. Example:
PGC.GetFinds(12345678, { &amp;quot;excludeDupFinds&amp;quot;: true })

This makes it easier to solve issues like this:
https://project-gc.com/forum/read?8,57933,57933#msg-57933

For example in this particular case the script can be updated quite easily to support a tag like the one below. Just add a &amp;quot;excludeDupFinds&amp;quot; = conf.excludeDupFinds to every call of PGC.GetFinds() in the script.

{
    &amp;quot;date_found&amp;quot;: {
        &amp;quot;type&amp;quot;: &amp;quot;&amp;quot;,
        &amp;quot;limit&amp;quot;: 1,
        &amp;quot;types&amp;quot;: [
            &amp;quot;Traditional Cache&amp;quot;
        ],
        &amp;quot;leapday&amp;quot;: &amp;quot;allow&amp;quot;,
        &amp;quot;excludeDupFinds&amp;quot;: true
    },
    &amp;quot;date_placed&amp;quot;: {
        &amp;quot;type&amp;quot;: &amp;quot;&amp;quot;,
        &amp;quot;limit&amp;quot;: 1,
        &amp;quot;types&amp;quot;: [
            &amp;quot;Traditional Cache&amp;quot;
        ],
        &amp;quot;leapday&amp;quot;: &amp;quot;allow&amp;quot;,
        &amp;quot;excludeDupFinds&amp;quot;: true
    }
}
</description>
        <link>/forum/read.php?6,59673,59673#msg-59673</link>
        <lastBuildDate>Wed, 20 May 2026 04:58:46 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>/forum/read.php?6,59673,59673#msg-59673</guid>
            <title>New GetFinds() option</title>
            <link>/forum/read.php?6,59673,59673#msg-59673</link>
            <description><![CDATA[ I have added a new option to GetFinds(), it&#039;s still undocumented, but it&#039;s coming.<br />
<br />
excludeDupFinds = true can now be set in the second argument of PGC.GetFinds(). It will then remove all duplicate Found logs of the same Geocache, keeping only the first. Sorted by visitdate, log_id. Example:<br />
PGC.GetFinds(12345678, { &quot;excludeDupFinds&quot;: true })<br />
<br />
This makes it easier to solve issues like this:<br />
<a href="https://project-gc.com/forum/read?8,57933,57933#msg-57933"  rel="nofollow">https://project-gc.com/forum/read?8,57933,57933#msg-57933</a><br />
<br />
For example in this particular case the script can be updated quite easily to support a tag like the one below. Just add a <b>&quot;excludeDupFinds&quot; = conf.excludeDupFinds</b> to every call of PGC.GetFinds() in the script.<br />
<pre class="bbcode">
{
    &quot;date_found&quot;: {
        &quot;type&quot;: &quot;&quot;,
        &quot;limit&quot;: 1,
        &quot;types&quot;: [
            &quot;Traditional Cache&quot;
        ],
        &quot;leapday&quot;: &quot;allow&quot;,
        &quot;excludeDupFinds&quot;: true
    },
    &quot;date_placed&quot;: {
        &quot;type&quot;: &quot;&quot;,
        &quot;limit&quot;: 1,
        &quot;types&quot;: [
            &quot;Traditional Cache&quot;
        ],
        &quot;leapday&quot;: &quot;allow&quot;,
        &quot;excludeDupFinds&quot;: true
    }
}
</pre>]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Mon, 07 Mar 2022 08:38:40 +0000</pubDate>
        </item>
    </channel>
</rss>
