venugopal24 / geo-autocomplete

Automatically exported from code.google.com/p/geo-autocomplete
0 stars 0 forks source link

Wrong autocomplete results for Australian addresses #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Type in 45/252 Willoughby Rd, Naremburn NSW 2065 into any google address 
autocomplete field (google maps is but one example)
2. Watch the autocomplete fill the Suburb in as Sydney instead of Naremburn.
3.  Repeat for other Sydney Addresses, such as 3/4 Carr St, Waverton

What is the expected output? What do you see instead?

Expect 45/252 Willoughby Rd, Naremburn, see 45/252 Willoughby Rd, SYDNEY 

What version of the product are you using? On what operating system?
/*
 * jQuery Autocomplete plugin 1.1
 *
 * Copyright (c) 2009 Jörn Zaefferer
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Revision: $Id: jquery.autocomplete.js 15 2009-08-22 10:30:27Z joern.zaefferer $
 */

Please provide any additional information below.
This problem makes google autocomplete unusable for a car insurance application 
being developed by the site I am working for.

Original issue reported on code.google.com by richardo...@gmail.com on 24 May 2011 at 2:09