I am using Robert's Enhanced Search Widget v 2.4.0. I have used this before several times and have configured it successfully before but am getting an error which I can't seem to resolve. When I type in a search term in the widget for my GNIS layer I receive the error "RPC Fault falutString="Unable to complete operation." faultCode="400" faultDetail="Unable to complete Query operation."Here's is the relevant piece from my XML file. <layer>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Geographic Names (GNIS 2008)</name>
<url>http://gis-web.heritage.unm.edu/ArcGIS/rest/services/DataMgmt/nmbccCollaborator/MapServer/0</url>
<expressions>
<expression alias="Feature_Name" textsearchlabel="Search by feature name" field="Feature_Name">upper(Feature_Name) LIKE upper('[value]%')</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select collection points</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>Feature_Name</titlefield>
<fields all="false">
<field name="Feature_Name" alias="Feature_Name" gridfield="true"/>
<field name="Map_Name" alias ="Map_Name" gridfield="true"/>
<field name="Class" alias ="Class" gridfield="true"/>
</fields>
<linkfield></linkfield>
<icon isfield="false"></icon>
<zoomscale usegeometry="true"/>
<autoopendatagrid>true</autoopendatagrid>
</layer>
If anybody sees what I'm missing please let me know. Thanks for the help!