Hello,
I have my Parks finder (10.1) application up and running, and everything works great on it. My Parks department, however, would like the ability to search by specific facilities at each park, since we have rather large acreage parks with multiple facilities. For instance, the James Wood Picnic shelter is located at Sherando Park. Currently, if you search for "Sherando" or "picnic", the app will send you to the Sherando park point, as expected, but I need it to drill down further.
My first thought is to just add these individual facilities to the FacilitySitePoint featureclass, but that would interfere with some of my other services that use this dataset(MyGovernmentServices).
My other thought is to publish another service (currently I have this data sitting in a point feature class in a FGDB on my desktop) with this data, and configure the search bar to search the "NAME" field in the service. Looking through the config.txt file, I know that the 'FindTaskLayer' and 'DevPlanLayer' are used to define the REST Service for the query features.... can this accept multiple map service layers?
I appreciate any thoughts and time given!
Thanks,
Andrew