<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "BUG: not same result for GB between geonames.org and geonames.net"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "BUG: not same result for GB between geonames.org and geonames.net"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>BUG: not same result for GB between geonames.org and geonames.net</title>
				<description><![CDATA[ Hello,

It's quite clear, but very important, i get not same result from postalCodeSearchJSON if i use the free server geonames.org or if i use the paid server geonames.net!

Try yourself: the postalCode 'HA0 01AB' for UK
Request:
http://ws.geonames.org/postalCodeSearchJSON?postalcode=HA0%201AB&maxRows=10&style=FULL&country=GB

Result:
{"postalCodes":[{"adminCode3":"AE","adminName3":"Brent London Boro","adminCode2":"00","adminCode1":"ENG","postalCode":"HA0 1AB","countryCode":"GB","lng":-0.30304759497566464,"placeName":"Alperton Ward","lat":51.539677982092996,"adminName1":"England"}]}


Request:
http://ws.geonames.net/postalCodeSearchJSON?postalcode=HA0%201AB&maxRows=10&style=FULL&country=GB&username=[MyUsername]

Result:
{"postalCodes":[{"adminName2":"Greater London","postalCode":"HA0","countryCode":"GB","lng":-0.2833333,"placeName":"Wembley","lat":51.55},{"adminName2":"Greater London","postalCode":"HA0","countryCode":"GB","lng":-0.30000000000000004,"placeName":"Alperton","lat":51.541666649999996},{"adminName2":"Greater London","postalCode":"HA0","countryCode":"GB","lng":-0.3166667,"placeName":"Sudbury","lat":51.5333333}]}


As you can see, the free server read correctly the full postalCode with space caracter, so it gives only one result, and its the good one.
But the paid server cut the postCode from the space caracter and don't give the good results.

Thanks.
]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/2533.page#9344</guid>
				<link>http://forum.geonames.org/gforum/posts/list/2533.page#9344</link>
				<pubDate><![CDATA[Mon, 14 Mar 2011 17:40:05]]> GMT</pubDate>
				<author><![CDATA[ sebpatu]]></author>
			</item>
			<item>
				<title>Re:BUG: not same result for GB between geonames.org and geonames.net</title>
				<description><![CDATA[ The default setting of the parameter 'isReduced' is different on the premium servers: http://www.geonames.org/export/web-services.html#postalCodeSearch

The reason is to not break existing applications and give them time to prepare for the huge increase in postal codes in the UK. (from 20k to 1.7M).

Best

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/2533.page#9371</guid>
				<link>http://forum.geonames.org/gforum/posts/list/2533.page#9371</link>
				<pubDate><![CDATA[Mon, 14 Mar 2011 18:04:31]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>