But I do.
$q_param .= "site:".$article->myurl();
#$q_param .= " filetype:pdf"; # !! PDF's only
$q_param = URI::Escape::uri_escape_utf8($q_param);
See above (though you may need to "show original"). Here's another
example:
v=1.0&q=site%3Ahttp%3A%2F%2Fdigitalcommons.unl.edu%2Fcgi
%2Fviewcontent.cgi%3Farticle%3D1052%26amp%3Bcontext%3Dlibraryscience
For example the & is encoded %26amp%3B.
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.