module to provide local "find people like me" when global dir unavailable

This commit is contained in:
Friendika 2011-06-20 05:14:42 -07:00
parent f256e31e4f
commit de24f68112
2 changed files with 42 additions and 1 deletions

View file

@ -26,7 +26,7 @@ function match_content(&$a) {
$params['s'] = $tags;
if($a->pager['page'] != 1)
$params['p'] = $a->pager['page'];
$x = post_url('http://dir.friendika.com/msearch', $params);
$j = json_decode($x);