EE: Google Mini Plugin

This plugin lets you integrate search results from your Google Mini search appliance (GM) into ExpressionEngine seamlessly. This post now provides a place for support for the Low Google Search plugin.

Download and docs for Low Google Search can be found in the Software section

March 19th 2008 | Add-Ons, ExpressionEngine, Searching | 7 comments

Comments

  1. 1 Ian May 2nd 2008, 18:48

    You sir, are a god-send. This is just the plugin I’ve been looking for! This greatly simplifies my life and you’ve saved me hours upon hours of coding.

  2. 2 wecreateyou August 21st 2008, 17:49

    Hey, I’m going to try this this weekend. Sounds great! Thanks for sharing.

  3. 3 Brent January 29th 2009, 04:14

    Will this plugin work with Google’s similar hosted “SiteSearch” service?

    http://www.google.com/sitesearch/

  4. 4 Nathan Pitman October 6th 2009, 10:35

    Hi there, this looks great - I’d also be interested to know if this can be hacked to work with Google Site Search. :)

  5. 5 Low October 6th 2009, 11:42

    I’m unfamiliar with Google Site Search, I’m afraid. I guess it depends largely on whether Google Site Search can also return its results in XML format, and if so, if the XML-tree resembles the Google Mini output.

  6. 6 Brent October 6th 2009, 13:51

    Nathan, it can be used with sitesearch (the XML returned is the same) but I think I had to modify the parameters sent to the sitesearch service - something like this:

    var $params = array(

    ‘q’ => ”,
    ‘oe’ => ‘utf8′,
    ‘ie’ => ‘utf8′,
    ‘output’ => ‘xml_no_dtd’,
    ‘cx’ => ”, // req
    ‘client’ => ‘google-csbe’,
    ’start’ => ‘0′,
    ‘num’ => ‘10′
    );

  7. 7 Low October 6th 2009, 14:03

    That’s pretty cool, Brent. Do you have an example online, somewhere?

Leave a comment



Some html (a, em, strong, etc) allowed.
Email won’t be displayed and takes care of your Gravatar.