]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
external search now depends on site.server.
authorRobin Millette <millette@controlyourself.ca>
Mon, 6 Apr 2009 05:04:11 +0000 (05:04 +0000)
committerRobin Millette <millette@controlyourself.ca>
Mon, 6 Apr 2009 05:04:11 +0000 (05:04 +0000)
actions/peoplesearch.php
lib/searchaction.php

index 3ce719dd55c8645b73f3168cabb01af951000870..65d970dd159a7fea183763d9fd8488fdde4cb2ab 100644 (file)
@@ -81,8 +81,6 @@ class PeoplesearchAction extends SearchAction
 
         } else {
             $this->element('p', 'error', _('No results.'));
-
-//TODO
             $this->searchSuggestions($q);
             $profile->free();
         }
index 697262ccdb27cab5250b7e9d04859e767da78bf0..918f8dd9afd0634c63171d1b81f9822e984eee76 100644 (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