I have a fairly extensive point feature class that is used instead of addresses for 9-1-1 dispatch. So if some one calls in and says "I'm in the Acme Bank and it's getting robbed" all we need to do is type in Acme Bank and we'll get a hit. For this I'm using a General Single Field locator.
However, if there are multiple "Acme Banks" all over the dispatch area, and I interactivley geocode "Acme Bank" I only get one returned. Not all of them. I'm hoping to get all of them; that way we can interogate the caller by asking " Are you at the one on Main St? or the one on Elm St? or the one on 2nd Ave?"
Is there a way to get this sort of behavior?
However, if you use the actual FIND TOOL (the Binos) (as I WILL be doing) you'll get the entire list.
I have a similar situation but I am not getting multiple candidates either even on the find tool.
I have a parcel layer and I am trying to use single field on parcel id to create a locator. It's has parcel 2 id fields with 1-n relationship, one is polygon id(1), another is tax id (N) and the layer is joined with both id in the attributes. In a condo case, there will be multiple records with same poly id but different tax id.
I tried different combinations including using one id as key and the other as alternate name, or alias table, so the user can enter either polygon id or tax id to get a location. It works, but the problem is that it does not return multiple candidates when the polygon id is entered. It only returns one, and seems randomly pick one out of the list. For example, there is a parcel polygon id ABC, and it related to 2 tax id A01 and A02. When user enters ABC, it should return both as candidate, but it only returns one with score 100.
I have altered using either one as key field, but get basically same result.
Maybe I should instruct the locator return multiple candidates even it's score as 100? How?