<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>GetOldest and cache attributes</title>
        <description> I&amp;#039;d like to do a challenge where you need to find the oldest caches containing certain attributes. For example, my first foray was going to be the 10/50 oldest tree climbs in Ontario, Canada. Unfortunately, it doesn&amp;#039;t look like this is possible currently, because GetOldest doesn&amp;#039;t return the attribute sets of a cache. (I would assume this is the case for GetHighest/Lowest/Favorites as well, although I haven&amp;#039;t confirmed). I assume this data exists in the database.

Would it be possible to add to the params for those methods, to request certain fields of the results (as with GetHides)? Or alternatively, if there was a (fast) query to return details about a cache, given a GCcode (and that isn&amp;#039;t necessarily a user&amp;#039;s find), I could also work with that. Thanks!</description>
        <link>/forum/read.php?5,82585,82585#msg-82585</link>
        <lastBuildDate>Mon, 07 Sep 2026 12:34:31 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>/forum/read.php?5,82585,88582#msg-88582</guid>
            <title>Re: GetOldest and cache attributes</title>
            <link>/forum/read.php?5,82585,88582#msg-88582</link>
            <description><![CDATA[ So... I&#039;ve figured out a way to do this, without needing the method. Basically, I just need to call GetHides for the owner_id of every oldest cache that GetOldest returns. GetHides returns things similar to GetFinds, so I can get the attributes from there and then match based on gccode. *Obviously* this isn&#039;t ideal, because that&#039;s a lot of extra work for the database... but, it works.<br />
<br />
Here&#039;s the first iteration of it in action (who knows if it&#039;ll be published tho! :))<br />
<a href="https://project-gc.com/Challenges/GCARHG4/89037"  rel="nofollow">https://project-gc.com/Challenges/GCARHG4/89037</a>]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 07 Jun 2024 15:21:51 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?5,82585,82585#msg-82585</guid>
            <title>GetOldest and cache attributes</title>
            <link>/forum/read.php?5,82585,82585#msg-82585</link>
            <description><![CDATA[ I&#039;d like to do a challenge where you need to find the oldest caches containing certain attributes. For example, my first foray was going to be the 10/50 oldest tree climbs in Ontario, Canada. Unfortunately, it doesn&#039;t look like this is possible currently, because GetOldest doesn&#039;t return the attribute sets of a cache. (I would assume this is the case for GetHighest/Lowest/Favorites as well, although I haven&#039;t confirmed). I assume this data exists in the database.<br />
<br />
Would it be possible to add to the params for those methods, to request certain fields of the results (as with GetHides)? Or alternatively, if there was a (fast) query to return details about a cache, given a GCcode (and that isn&#039;t necessarily a user&#039;s find), I could also work with that. Thanks!]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 21 Dec 2023 16:45:15 +0000</pubDate>
        </item>
    </channel>
</rss>
