ZF-3222: Zend_Service_Yahoo::webSearch - option region not supported
Description
The Yahoo Web Search API supports a parameter region, Zend_Service_Yahoo::_validateWebSearch() however does not, so I guess one would need to add region to the $validOptions array.
Comments
Posted by Mrloker (mrloker) on 2008-07-26T03:02:20.000+0000
http://developer.yahoo.com/search/web/…
Adding region to the validOptions list can be done in a flash
Posted by Jeroen Tietema (jtietema) on 2008-11-09T06:22:07.000+0000
svn style patch containing unit test and fix
Posted by Jeroen Tietema (jtietema) on 2008-11-11T12:10:51.000+0000
r12569 committed to the bughuntday branch as discussed with ralph
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:13.000+0000
Changing issues in preparation for the 1.7.0 release.