summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-04-06 05:04:11 +0000
committerRobin Millette <millette@controlyourself.ca>2009-04-06 05:04:11 +0000
commit9ad8307b7ee60b3263733b8b8c3d7ac6f350a452 (patch)
tree67114e5cebf9a8a0a16b9e83d3bb1a34c8d95bd3
parent84d2aa7df49dc85603dd6c2d60c1f605800a458c (diff)
external search now depends on site.server.
-rw-r--r--actions/peoplesearch.php2
-rw-r--r--lib/searchaction.php4
2 files changed, 2 insertions, 4 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php
index 3ce719dd5..65d970dd1 100644
--- a/actions/peoplesearch.php
+++ b/actions/peoplesearch.php
@@ -81,8 +81,6 @@ class PeoplesearchAction extends SearchAction
} else {
$this->element('p', 'error', _('No results.'));
-
-//TODO
$this->searchSuggestions($q);
$profile->free();
}
diff --git a/lib/searchaction.php b/lib/searchaction.php
index 697262ccd..918f8dd9a 100644
--- a/lib/searchaction.php
+++ b/lib/searchaction.php
@@ -146,8 +146,8 @@ You can also try your search on other engines:
* [Twingly](http://www.twingly.com/search?q=%s&content=microblog&site=identi.ca)
* [Tweet scan](http://www.tweetscan.com/indexi.php?s=%s)
-* [Google](http://www.google.com/search?q=site%%3Aidenti.ca+%s)
-* [Yahoo](http://search.yahoo.com/search?p=site%%3Aidenti.ca+%s)
+* [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)
+* [Yahoo](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
E_O_T