I am trying to verify a number of addresses, all of which lack the city
information. Is there any way to filter the results returned from a find
address, so that the only address objects returned are those that are in one of the four cities I am interested in? (All of the addresses are in the same state.)
I tried working with the ThresholdScore to resolve this issue, but it didn't
give me exactly what I want.
Can I use a FilterExpression to do this, if so, how? What about trying to match EntityType? (And how would I do this?)
Thanks!
nhc