8
Quote:
There is one snag with Xoogle ... it includes google results in an ordinary XOOPS search results as if they were just another module on the site. In other words you get google results somewhere between the other modules. Ideally they need to be filtered out and only returned from a google search.
This can actually be deactivate rather easily. You just have to modify the xoops_version.php file before installing. Set $modversion['hasSearch'] = 0;
Quote:
The XOOPS search really needs a regex so that we can see context snippets in the results.
This is supported by the results returned by google where by the terms used in the search are highlighted in the search results (is this what you mean?). It's possibly a template issue if this isnt working.
Other than that I would have to say xoogle's biggest limitation for use in a site like this one is the 1000 searches a day limit. Herko would have to confirm, but I think xoops.org might actually hit that limit.
If there are any other bugs/features you think this module is still lacking, please feel free to post your ideas and suggestions at the xoogle project page at dev.xoops.org
cheers.