From a36cc949a1d4c106cd02ec8386c24bf964369571 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 14 Sep 2013 16:11:15 -0700 Subject: this might fix "find channels" but I can't test the keyword search until this is running on a production site. --- mod/directory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/directory.php') diff --git a/mod/directory.php b/mod/directory.php index b7cdaffe7..823c33cf7 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -70,7 +70,7 @@ function directory_content(&$a) { if($url) { $query = $url . '?f=' ; if($search) - $query .= '&name=' . urlencode($search); + $query .= '&name=' . urlencode($search) . '&keywords=' . urlencode($search); if(strpos($search,'@')) $query .= '&address=' . urlencode($search); -- cgit v1.2.3