Unique values from field in eSearch widget v3.7

2526
0
09-04-2015 01:43 PM
MollyShoberg1
New Contributor II

We have the eSearch widget implemented in the County Land Explorer for St. Louis County, MN. Since upgrading to v 3.7, I noticed a new glitch in the search options. One of our search options allows the user to search for Plats by selecting a Plat name from an alphabetical list of values (derived from a field in the feature class of the web service). Prior to the upgrade, the list displayed all unique values from that field, but now this list is very short (less than half of the unique values that exist). The following is the configuration for that search parameter (nothing has been changed in this configuration prior or since the upgrade to 3.7):

<!-- PLAT SEARCH -->

  <layer>

   <definitionexpression></definitionexpression>

   <enableexport>false</enableexport>

   <name>Subdivision Plat</name>

   <url>http://gis.stlouiscountymn.gov/arcgis/rest/services/Planning/CLE_PLSSCadastralParcels/MapServer/11</url>

   <expressions>

    <expression alias="PlatName" textsearchlabel="Select plat name from list" isvaluerequired="false">

     <values>

      <value prompt="Please note plats are currently alphabetical by case/location:  ALL CAPS (outside Duluth) then First Letter (Duluth plats)" uniquevalsfromfield="PlatName" isvaluerequired="false">PlatName LIKE '%[value]%'</value>

     </values>

    </expression>

   </expressions>

   <graphicalsearchlabel>Click on a graphic below to select a plat</graphicalsearchlabel>

   <spatialsearchlayer>true</spatialsearchlayer>

   <titlefield>PlatName</titlefield>

   <fields all="false">

    <field name="PlatName" alias="" />

    </fields>

   <links>

                <link alias="St. Louis County Plat Search  - View Plat Images">

      <![CDATA[http://www.stlouiscountymn.gov/GOVERNMENT/OnlineServices/SearchSubdivisionPlats.aspx]]>

                  <icon><![CDATA[assets/images/i_searchSLC2.png]]></icon>

                </link>

            </links>

   <zoomscale usegeometry="true" zoompercent="2" />

   <autoopendatagrid>false</autoopendatagrid>

   <relates></relates>

   <queryattachments>false</queryattachments>

   <symbology>

    <simplefillsymbol color="0xff0033" alpha="0.3">

     <outline color="0x990000" alpha="0.8" width="2" />

    </simplefillsymbol>

   </symbology>

  </layer>

Is the issue with the 'uniquevalsfromfield' parameter not displaying the full list of unique values a known issue? Is there a known fix?

Thanks,

-Molly

0 Kudos
0 Replies