Currently, GSA module makes it impossible to issue complex queries to the google appliance.
By using "http_build_query()", _curl_get url-encodes query strings which may already be encoded.
Queries like "inmeta:" require very specific url encoding.
GSA module offers no way to intercept or change the final query URL prior to issuing the request.
Comments