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.
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.