Closed (fixed)
Project:
GeoNames
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2008 at 17:06 UTC
Updated:
23 Jan 2010 at 13:31 UTC
When using the search function of the geonames webservice only one of the following is required. (q, name, name_equals). The module suggests that they are all required which simply is not true.
Comments
Comment #1
vangorra commentedAn additional note, but removing those items from the required_parameters array, then the query will not be run period.
Comment #2
lyricnz commentedThe configuration for "search" includes:
The "required_parameters_type" value means that only one of these parameters must be set. In any case (experimentally) searching with just one parameter works just fine.
No change required. Closing.