external search now depends on site.server.

This commit is contained in:
Robin Millette 2009-04-06 05:04:11 +00:00
parent 84d2aa7df4
commit 9ad8307b7e
2 changed files with 2 additions and 4 deletions

View File

@ -81,8 +81,6 @@ class PeoplesearchAction extends SearchAction
} else {
$this->element('p', 'error', _('No results.'));
//TODO
$this->searchSuggestions($q);
$profile->free();
}

View File

@ -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