ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > FARR Plugins and Aliases

Updated: GooglePlus - View Google search results in FARR as you type

<< < (13/18) > >>

IainB:
@s.newave: Thanks for the explanation and the suggestions.
I should explain that I use GDS because it is the most efficient and effective desktop search tool that I have come across (including the short-lived AltaVista desktop product) and:
(a) it indexes all my desktop documents (a mandatory requirement);
(b) it indexes my Outlook email - when I am obliged to use Outlook (a mandatory requirement);
(c) it integrates its search with Gmail (a mandatory requirement);
(d) it integrates its index across all my disparate computer desktops (a mandatory requirement).

For these and other reasons it is leagues ahead of other search tools, including Windows Search and the constipated Microsoft Windows indexing that is necessitated by that.

Thus Everything and Phitsc are not really suitable candidates for my search tools.

skajfes:
But I can't understand why, but everytime I type "gp", the options dialog comes up :(-jgpaiva (July 22, 2008, 04:29 AM)
--- End quote ---
I had that same problem at first, but I fixed it by shutting down FARR, deleting the plugin folder, restarting & closing FARR and copying the plugin folder back.
I'm not sure if it was the copying of the plugin folder while FARR was not running or the renaming of the plugin folder (I had called it "GooglePlus_v1.1" before), but now it's working without showing the options dialog after every keystroke.
-jan001 (November 25, 2009, 10:17 AM)
--- End quote ---
I have found that this problem showed up with the lastest FARR version (v2.87.03). I tried many things to solve it but the only thing that saved me i going into the plugins source and have a look. Anyway quick fix is to go to FARRDIR\Plugins\GooglePlus\fscript.js and comment out/delete lines 94 and 95. I have had no sideeffects so far :)

domik82:
Hello when I start to type "g" in robot I get error - Error in execution time.Wrong number of arguments

Line FARR.setState(1);

function onSearchBegin(querykey, explicit, queryraw, querynokeyword, modifier, triggermethod) {   
   
   if(!explicit) {
        if(aliasstr.indexOf(queryraw)!=-1) {
            FARR.setState(1);
            FARR.emitResult(querykey, aliasstr, aliasstr, iconfilename,ALIAS,IMMEDIATE_DISPLAY,1000);
            FARR.setState(0);
        }
        return;
    }

Next syntax error in this function

line searchResults = eval("(" + xmlhttp.responseText + ")");

function doSearch(querykey, url, r) {

    var xmlhttp=new ActiveXObject("MSXML2.XMLHTTP");
    xmlhttp.open("GET",url,true);
    xmlhttp.onreadystatechange = function(){
        if (xmlhttp.readyState == 4) {           
         searchResults = eval("(" + xmlhttp.responseText + ")");
            r(searchResults);
        }
    }
    xmlhttp.send(null);
}

hypert:
I'm sure it's me (or my FARR config), but I can't get this to work at all.  If I type "gp", I get the list of all the Google search options (web, etc.), but if try a full search (like the example, "gpw watchmen"), I don't get anything.


I'd love any suggestions!

lanux128:
I have found that this problem showed up with the lastest FARR version (v2.87.03). I tried many things to solve it but the only thing that saved me i going into the plugins source and have a look. Anyway quick fix is to go to FARRDIR\Plugins\GooglePlus\fscript.js and comment out/delete lines 94 and 95. I have had no sideeffects so far-skajfes (May 06, 2010, 02:50 AM)
--- End quote ---

strangely i have had this problem in the latest version (v2.90.02) and the above fix works! thanks skajfes.. :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version