Is it possible to restrict the Header Controller Search function to just my Map Service? I have it set up to look in my map service (2011 National Population data) and do not want it to also add in results from a Geolocator service, Currently it is even through the headercontroller xml does not have it listed.Code I have is listed below.

<geocoder>
<mapservices>
<mapservice>
<url>http://geo022appd.boc.ad.census.gov:6080/arcgis/rest/services/Global_Population_Map/GPMV_Population/MapServer</url>
<layerids>1</layerids>
<searchfields>Country</searchfields>
<name>Country</name>
</mapservice>
</mapservices>
<zoomscale>10000000</zoomscale>
<labels>
<searchprompt>Search for a country</searchprompt>
<searchresulttitle>Places</searchresulttitle>
<clearfeaturelabel>Clear Results</clearfeaturelabel>
</labels>
</geocoder>