-
Chris, I've tried to use Soogle with GDS 2 Beta, and it works fine.
make sure you've got the right settings in the config.php file.
GDS_URL define('GDS_URL', 'http://127.0.0.1:4664/search&s=/*string token from registry*/');
How to get token from Google's website(http://desktop.google.com/queryapi.html):
Note that these requests only do a desktop search, not both a web and desktop...
2005-10-14 03:11:56 UTC in Soogle - Search Over the goOGLE
-
That's very nice to know, Irene. As for html pages, the soogle client can see the html text but not reference images, let me know if you come up with any solutions.
Regards,
Peter.
2005-07-13 19:04:04 UTC in Soogle - Search Over the goOGLE
-
Irene, if your GDS (google desktop search) opens to file:///c:/DOCUME~1/IRENEC/LOCALS~1/TEMP/3.html, so does Soogle. the reason is that Soogle utilizes GDS to search, i.e., it does not have its own search algrithem but redirects the search result from GDS.
For kongulo, if GDS search returns physical files(not file link, url, etc), then soogle is able to show them.
Cheers,
Peter.
2005-07-13 02:31:34 UTC in Soogle - Search Over the goOGLE
-
pzhou committed patchset 4 of module soogle to the Soogle - Search Over the goOGLE CVS repository, changing 1 files.
2005-06-03 21:29:09 UTC in Soogle - Search Over the goOGLE
-
pzhou committed patchset 3 of module soogle to the Soogle - Search Over the goOGLE CVS repository, changing 1 files.
2005-06-03 21:01:17 UTC in Soogle - Search Over the goOGLE
-
pzhou committed patchset 2 of module soogle to the Soogle - Search Over the goOGLE CVS repository, changing 1 files.
2005-06-03 20:16:47 UTC in Soogle - Search Over the goOGLE
-
pzhou committed patchset 1 of module soogle to the Soogle - Search Over the goOGLE CVS repository, changing 10 files.
2005-04-03 23:45:10 UTC in Soogle - Search Over the goOGLE
-
Soogle project is open to suggestions, like user access management, alert by keywords, etc...
2005-04-02 23:46:25 UTC in Soogle - Search Over the goOGLE
-
Would you try this and let me know what you get? open your IE, then copy&paste the following URLs: (we are searching 'a' on your server).
A:
http://127.0.0.1:4664/&s=ABdvRPWjERzT31DDpt5v7ZxRbvY?q=a&start=0&num=10
B:
http://127.0.0.1:4664/search&s=ABdvRPWjERzT31DDpt5v7ZxRbvY?q=a&start=0&num=10
also, php.ini can be at you C:\PHP, %WINDIR%, or your apache...
2005-04-02 23:42:19 UTC in Soogle - Search Over the goOGLE
-
this message was posted for epheterson at http://soogle.hinihao.com/index.php?section=2.
The answer:
that message is not a real error, but a notice. It is just a warning that the index.php is using an undefined index in an array somewhere. I would just turn off notices in your php.ini file (set error reporting to all except notices, E_ALL
& ~E_NOTICE).
2005-04-02 19:40:46 UTC in Soogle - Search Over the goOGLE