Hello,I am using the Enhanced Search Widget 2.5.0.8 with the compiled 2.5 viewer. I would like to use the userlist feature. I see my entered values in the drop down list, but when I try to search I get the following error: [RPC Fault faultString="Unable to complete operation." faultCode="400" faultDetail="Unable to complete query operation."] The field I am using this on does not have domain and or coded values set up, so I set usedomain to false. Does the field have to have a domain on it? My config is below, wondering if I just configured it wrong. I am also getting a separate error with two other fields I am configuring to search. I would like to be able to search for ranges in my Hectares field. I would like to be able to search County name with either a partial name typed or upper or lower case letters used. I have done both of these things in version 2.4, but for some reason here on 2.5 am getting the error "Error #1010" when I try to search these two fields. Again, I am wondering if I have this configured incorrectly. My configuration is below. Thank you. <expressions>
<!--expression alias="Photo Year" textsearchlabel="Search Photo Year, 2004 or 2005">PhotoYr = [value]</expression-->
<expression alias="Photo Year"
textsearchlabel="Search Photo Year:"
field="PhotoYr" usedomain="false" userlist="2004, 2005"
>upper(PhotoYr) = upper('[value]')</expression>
<expression alias="Report Year" textsearchlabel="Search Report Year, 2006 or 2010">ReportYr = [value]</expression>
<expression alias="County"
textsearchlabel="Search by County [ Example: San Juan ]:">upper(NAME) LIKE upper('[value]%')</expression>
<expression alias="Hectares" textsearchlabel="Search Hectares">HECTARES = [value]</expression>
<!--<expression alias="FieldYr Advanced Query" textsearchlabel="Enter SQL query, refer to documentation for examples">[value]</expression>
<expression alias="State" textsearchlabel="Search by State [ Example: New Mexico ]:">upper(State) LIKE upper('[value]%')</expression>
<expression alias="County" textsearchlabel="Search by County [ Example: San Juan ]:">upper(County) LIKE upper('[value]%')</expression>-->
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select Field Validation points</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>SITE</titlefield>
<linkfield linkprefix="http://gis-web.heritage.unm.edu/gpd/reports/" linksuffix=".pdf">RptLink</linkfield>
<icon isfield="false" iconprefix="" iconsuffix="">http://gis-web.heritage.unm.edu/gpd/images/page_white_acrobat.png</icon>
<fields all="false">
<field name="PHOTOYR" alias="Photo Year" gridfield="true" />
<field name="ReportYr" alias="Report Year" gridfield="true" />
<field name="HECTARES" alias="Hectares" gridfield="true"/>
<field name="ACRES" alias="Acres" gridfield="true"/>
<field name="NAME" alias="County" gridfield="true"/>
</fields>