geocoders / geocoder-tester

Run search queries against a geocoder that supports geocodejson spec.
Other
40 stars 23 forks source link

Support multi-part address in source data and tested API #7

Open frodrigo opened 8 years ago

frodrigo commented 8 years ago

Some time you have adresse splitted in fields and a geocoder supporting this format.

christophlingg commented 8 years ago

can you be a bit more specific, i can't get what you wanted to say

riordan commented 8 years ago

Are you looking for support for multi-part address queries?

Right now the system only supports single-line queries (i.e. '123 fake street, Springfield usa'). However some APIs offer multi-part queries where a user can search by the individual components, keeping separate the house number, street name, locality, region, country, postal code.

Is that what you're looking for the tester to support?

frodrigo commented 8 years ago

Yes. I'm talking about multi part address API. Le 28 déc. 2015 23:05, "David Riordan" notifications@github.com a écrit :

Are you looking for support for multi-part address queries?

Right now the system only supports single-line queries (i.e. '123 fake street, Springfield usa'). However some APIs offer multi-part queries where a user can search by the individual components, keeping separate the house number, street name, locality, region, country, postal code.

Is that what you're looking for the tester to support?

— Reply to this email directly or view it on GitHub https://github.com/geocoders/geocoder-tester/issues/7#issuecomment-167665680 .