AsmaGargouri / geo-autocomplete

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

Query breaks if including an apartment number #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Try using the updated demo page to search for an address *with* an apartment or 
suite number. Enter it in the usual form:
123 foo ave #321
blah...

Once you enter the apartment number however, it chokes.

My guess is that this could be solved by removing the apartment number before 
submitting the query, and inserting it back into the result, but I'm not sure 
— and I'd hope there's a more elegant solution.

See also:
http://stackoverflow.com/questions/11752904/autocompleting-text-field-for-comple
te-residential-addresses-w-geolocation-go

Original issue reported on code.google.com by sai...@gmail.com on 1 Aug 2012 at 5:47

GoogleCodeExporter commented 8 years ago
Did you ever get a solution to this issue?

Original comment by BeccaWic...@gmail.com on 10 Oct 2012 at 4:36

GoogleCodeExporter commented 8 years ago
Nope. :-/

Original comment by sai...@gmail.com on 10 Oct 2012 at 4:45

GoogleCodeExporter commented 8 years ago
You need to URL encode the #.

Original comment by rand...@randahl.dk on 5 Mar 2014 at 1:36