[pmwiki-users] FGS and ReadAuthPage - need some help

Patrick R. Michaud pmichaud at pobox.com
Thu Apr 21 15:57:25 CDT 2005


On Thu, Apr 21, 2005 at 03:57:42PM -0500, John Feezell wrote:
> Thanks.  That was the key piece of information that I needed to 
> understand what was different.  FGS uses keys of the form 
> S::this-P-that:100293984.   This lead to two issues:  First the cap S 
> sorted out at the top of the keys and second the : stopped the retrieval 
> when PAGEREAD_CURRENT was used.  
> 
> These will not be difficult to change but in looking at the sort of the 
> page I noticed that there appears to be a sort within a sort where the 
> keys without a : are sorted at the top and those with : are sorted after 
> that. 
> 
> Is there a function in PmWiki that I might be able to apply to the FGS 
> keys to get them to sort in the second later sort?

You probably don't want them to be in the second set, as they
won't be retrieved if someone is asking for PAGEREAD_CURRENT.  They
need to appear in the first set (ordering doesn't matter much there,
however).

Pm



More information about the pmwiki-users mailing list