Hi List.<br><br>Have recently had problems with the extension GeoNamesSearchCombo, after looking a bit, I see this.<br><br>GeoNames Search Webservice:<br><b>q</b> -> string (q,name or name_equals required) search over all attributes of a place : place name, country name, continent, admin codes,<br>
<b>name</b> -> string (q,name or name_equals required) place name only(Important:urlencoded utf8)<br><b>name_equals</b> -> string (q,name or name_equals required) exact place name<br><b>name_startsWith</b> -> string (optional).<br>
<br>File GeoNamesSearchCombo.js in the query parameter has a value <i style="color: rgb(255, 0, 0);">queryParam</i>: '<b>name_startsWith</b>', being the general value for which no return value, would have to be replaced by <i><span style="color: rgb(255, 0, 0);">queryParam</span></i>: '<b>q</b>', <br>
<br>With this change, the server will return the information.<br><br>Nos leemos.<br><br>Mario.<br><br><br>