<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Will eSearch widget 2.4 version work with map service 10.22? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146087#M4736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We recently updated our map services to 10.22, I just change the url inside our SearchWidget.xml file and everything else is the same.&amp;nbsp; The eSearch Widget we use is 2.4 version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the parameters names and types are the same as before, we just use the new map services.&amp;nbsp; The codes are as below inside the eSearch Widget: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;expression alias="Permitted Flows Greater Than" textsearchlabel="Permitted Flows Greater or Equal to [Example:2.5]:"&amp;gt;Permitted_Flow &amp;gt;= [value] &amp;amp; Permitted_Flow_Type = "MGD" &amp;lt;/expression&amp;gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;expression alias="Permitted Flows Less Than" textsearchlabel="Permitted Flows Less or Equal to [Example:2.5]:"&amp;gt;Permitted_Flow &amp;amp;lt;= [value] &amp;amp; Permitted_Flow_Type = "MGD" &amp;lt;/expression&amp;gt;
&lt;/PRE&gt;&lt;P&gt;Is there anything wrong with the codes? If they work well for the map service 10.01, why they suddenly are not working for 10.22? Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 07:58:38 GMT</pubDate>
    <dc:creator>LeiZhou1</dc:creator>
    <dc:date>2021-12-11T07:58:38Z</dc:date>
    <item>
      <title>Will eSearch widget 2.4 version work with map service 10.22?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146087#M4736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We recently updated our map services to 10.22, I just change the url inside our SearchWidget.xml file and everything else is the same.&amp;nbsp; The eSearch Widget we use is 2.4 version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the parameters names and types are the same as before, we just use the new map services.&amp;nbsp; The codes are as below inside the eSearch Widget: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;expression alias="Permitted Flows Greater Than" textsearchlabel="Permitted Flows Greater or Equal to [Example:2.5]:"&amp;gt;Permitted_Flow &amp;gt;= [value] &amp;amp; Permitted_Flow_Type = "MGD" &amp;lt;/expression&amp;gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;expression alias="Permitted Flows Less Than" textsearchlabel="Permitted Flows Less or Equal to [Example:2.5]:"&amp;gt;Permitted_Flow &amp;amp;lt;= [value] &amp;amp; Permitted_Flow_Type = "MGD" &amp;lt;/expression&amp;gt;
&lt;/PRE&gt;&lt;P&gt;Is there anything wrong with the codes? If they work well for the map service 10.01, why they suddenly are not working for 10.22? Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:58:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146087#M4736</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2021-12-11T07:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch widget 2.4 version work with map service 10.22?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146088#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lei Zhou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; On things I have seen numerous times is when people upgrade from 10 there is a tendency for the services field names to possibly change (Even if you did not make any changes to the MXD). So you need to look at all your field names for this map service and see if they are different then what you have in your XML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 23:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146088#M4737</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-12T23:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch widget 2.4 version work with map service 10.22?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146089#M4738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I double checked the XML file and both old and new map services, our fields ARE the same as before including the data type.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 16:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146089#M4738</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2015-02-17T16:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Will eSearch widget 2.4 version work with map service 10.22?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146090#M4739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lei Zhou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Well the only advice I have left is to use a http tool like Fiddler or Charles and check the http query request and result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 16:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/will-esearch-widget-2-4-version-work-with-map/m-p/146090#M4739</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-17T16:19:08Z</dc:date>
    </item>
  </channel>
</rss>

