Subject: | boolean values incorrectly encoded (filter etc.) |
1.0 version has a severe bug: boolean values are passed as 1/0 not true/false. I haven't been able to pin point this exactly but it might even be the SOAP::Lite module not correctly parsing the GoogleSearch wsdl file (I assume SOAP::Lite parses this file and *should* pick the correct scheme).
Basically it means that all searches are unfiltered, which makes this module unuseable in many situations.