id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1604,normalize_address() confused by internal component,mikepease,robe,"There are certain cases where normalize_address() incorrectly parses the address. Consider an address with no street type like below AND an internal component. Remove the internal component and it works. Or add a street type and it works. --INCORRECT select * from normalize_address('901 Mainstreet Fl 1 Hopkins MN 55343') --INCORRECT select * from normalize_address('901 Mainstreet, Fl 1, Hopkins, MN 55343') --CORRECT! select * from normalize_address('901 Main street, Fl 1, Hopkins, MN 55343') --CORRECT! select * from normalize_address('901 Mainstreet Hopkins MN 55343') ",defect,closed,medium,PostGIS 2.1.0,pagc_address_parser,master,fixed,,woodbri