[pmwiki-users] PagelistTemplate format invoked from search	action
    Pico 
    pmwiki at ben-amotz.com
       
    Sat Jun  3 12:52:31 CDT 2006
    
    
  
Patrick R. Michaud wrote:
> On Sat, Jun 03, 2006 at 11:21:59AM -0400, Pico wrote:
[snip]
> Ah, I figured it out.  There's not a difference between search and
> pagelist -- the url for the action=search version has a subtle flaw 
[snip]
> Note that the url ends in #lastmodbyauthor, the browser sees this
> as a page fragment identifier and so it's not sent to PmWiki.
> Thus, what PmWiki receives in the url request is just
> 
>     http://[Path/To/Page]?action=search&q=fmt=[Page]
> 
> The correct url would be
> 
>     http://[Path/To/Page]?action=search&q=fmt=[Page]%23lastmodbyauthor
> 
> Pm
Thanks, it works (broken and fixed links appended to 
Test/PagesLastModifiedByYou)
(Now I am imagining a mouseover on the # giving me string translation to 
%23)
Pico
    
    
More information about the pmwiki-users
mailing list