Hello,
I have a search widget that will gecode to our enterprise service with a standard us streets service, but it fails to return a result when using a composite service built from points and lines. In the us streets version, I set this variable singleLineFieldName: "Single Line Input", and it works to return a point. For the composite it is set up with singleLineFieldName: "SingleLine", and this fails to return a result. The service does work outside of the api page. Can the api work with a composite service?
here is the code that fails
includeDefaultSources: false,
sources: [
{
name: "Composite Address",
placeholder: "example: address",
singleLineFieldName: "SingleLine",
locator: new Locator({
url: "https://url.com/CompositeGeocode/GeocodeServer"
})
}
]