Discussions
Address
over 5 years ago by Wolfred Montilla
Im reading address in order to query and show the result, but looks with none of my address are working
-
$query = 'address:"6550 time square ave apt 103" AND postalCode:32835';
-
$query = 'address:"2535 N 86" AND postalCode:85257';
in the first one I receive like 680 rows
in the second one I receive like 1500 rows.
I was reading other answer in the suggested post avoiding using ST, AVE,......but i'm manipulating massive data, I can't eliminate one by one... is there other idea?