Helix:SE
From HelixCore
The SE class has a selection of classes for building search results from large search engines, such as Yahoo and Google. At current, only Yahoo results are fully supported as Google only provides the same results through AJAX and caching is difficult.
An experimental Google AJAX search is available upon request.
To use the SE classes, you should include the main class file in your siteEngine.php file:
include_once('core/classes/se.php');
And be sure to configure it in the se.conf.php in the site folder.
