in reply to Re: problem with search module
in thread problem with search module

OK, thanks, I tried it and it returns:

Page returned ok

Any other ideas?

Replies are listed 'Best First'.
Re: Re: Re: problem with search module
by Lachesis (Friar) on Jul 03, 2003 at 08:18 UTC
    In that case the page will have been a valid response page so you could grab the content and visually check it. The actual HTML might give you a clue as to what happened, grab it with the $response->as_string();
    You could also get hold of the request object that was used for the search via $response->request();