Solved! Go to Solution.
<layer>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Road Centerlines</name>
<url>http://gis.calhouncounty.org/ArcGIS/rest/services/Highway/MapServer/5</url>
<expressions>
<expression alias="Road Name and Zip" textsearchlabel="Search by Road Name and Left Zipcode and Right Zip:">
<values>
<value prompt="Exmaple: ANDREW">RD_NAME = '[value]'</value>
<value prompt="Exmaple: 36201">AND ZIP_L = [value]</value>
<value prompt="Exmaple: 36201">AND ZIP_R = [value]</value>
</values>
</expression>
<expression alias="Road Surface" textsearchlabel="Search by Surface Type:">
<values>
<value prompt="Example: Asphalt" field="Surf_Type" usedomain="true">Surf_Type = '[value]'</value>
</values>
</expression>
<expression alias="Open SQL" textsearchlabel="Search by Typing Full SQL:">
<values>
<value prompt="Exmaple: RD_NAME = 'ANDREW' AND ZIP_L = 36201">[value]</value>
</values>
</expression>
</expressions>