An update: sometimes it's returning too few results, other times it's spewing garbage that looks like perl or php... A brief snippet of this appears below.
%args> $dbh $auth_user => '' $all => '' # the search query if viewing everyone $user => '' # the search query if viewing user $web => '' # the search query if y! web search $p => '' # p combined with type makes the full query, unless one of the above type args is set explicitly $search => '' # a synonym for all for backwards compat until unneeded $type => 'all' # all, user, or web $page => 1 # page $src => undef # the delicious ffox/moz plugin sets this to 'moz' $browser => '' $items => 10 <%init> # running a separate query via /posts/fetch_md5s_user_id to get the users tags, # descriptions, and ...etc... Mike

