Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Remote Search script...

Quote Reply
Remote Search script...
Awesome! I've been looking for a script to read the XML feeds from Links SQL. I can't wait to try it. Thanks Alex!

Sean
Quote Reply
Re: [SeanP] Remote Search script... In reply to
When searching with:

/cgi-bin/remote_search.cgi?query=test

I get:

Code:
No links were found containing CGI%3A%3AObject%3DHASH%280x80fbc38%29 !

I have changed the script variable:

$URL = "http://mydomain.com/cgi-bin/search.cgi?xml_feed=1";

Am I missing something, or doing something wrong?

Sean
Quote Reply
Re: [SeanP] Remote Search script... In reply to
Well, it works for me ...

http://governments-online.org/...sisdefinatelynothere
produces

Quote:


No links were found containing thisisdefinatelynothere !
John
Quote Reply
Re: [gotze] Remote Search script... In reply to
I can't figure out what is wrong. I even copied over the original XML template just to be sure I didn't mess something up in it. I still get the same problem.

Sean
Quote Reply
Re: [SeanP] Remote Search script... In reply to
Silly question but have you enabled the XML plugin?

I have installed in and I can use the remote search script with no trouble..

Mike
Quote Reply
Re: [Mike_H] Remote Search script... In reply to
Yes, I have it installed. When I add xml_feed=1 to my search url, I get the xml feed.

Sean
Quote Reply
Re: [SeanP] Remote Search script... In reply to
Hi,

Hmm, can you edit remote_search.cgi and change:

my $query = $q->escape($q->param('query'));

to:

my $query = CGI::escape($q->param('query'));

and see if it fixes it?

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Remote Search script... In reply to
Unfortunately, I still get:

No links were found containing CGI%3A%3AObject%3DHASH%280x8183e5c%29 !

Sean

Last edited by:

SeanP: Jun 12, 2002, 7:16 PM