<?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 Re: name tag for headercontrollerwidget search not working completely? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/name-tag-for-headercontrollerwidget-search-not/m-p/295152#M8741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rhett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; That is correct it is just designed to append to the features layer name to let you know what map service configuration the result is coming from. I believe this was designed to allow you to distinguish result from one map service or another if you have multiple configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 01:46:59 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2014-07-17T01:46:59Z</dc:date>
    <item>
      <title>name tag for headercontrollerwidget search not working completely?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/name-tag-for-headercontrollerwidget-search-not/m-p/295151#M8740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the headercontroller documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN class="uicontrol"&gt;&amp;lt;name&amp;gt;&lt;/SPAN&gt;Name given to the layer when displaying the search results, default behavior is to display the layername. [Added at 3.2]&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that when I put the &amp;lt;name&amp;gt; tag in my headercontrollerwidget.xml it appends the name value after the layername, not instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_140555091839969 jive_text_macro" jivemacro_uid="_140555091839969"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mapservice&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://arcgisprod01.ci.richland.wa.us/ArcGIS/rest/services/PublicWorks/SDmanholes2Bnumbered/MapServer" rel="nofollow" target="_blank"&gt;http://arcgisprod01.ci.richland.wa.us/ArcGIS/rest/services/PublicWorks/SDmanholes2Bnumbered/MapServer&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layerids&amp;gt;2,3&amp;lt;/layerids&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;searchfields&amp;gt;FacilityID&amp;lt;/searchfields&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Storm Feature&amp;lt;/name&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mapservice&amp;gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;IMG __jive_id="2209" alt="Capture.JPG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/2209_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something here, or is it going to still add the layername as well as any name tag values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using OTB compiled FV3.6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 22:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/name-tag-for-headercontrollerwidget-search-not/m-p/295151#M8740</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2014-07-16T22:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: name tag for headercontrollerwidget search not working completely?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/name-tag-for-headercontrollerwidget-search-not/m-p/295152#M8741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rhett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; That is correct it is just designed to append to the features layer name to let you know what map service configuration the result is coming from. I believe this was designed to allow you to distinguish result from one map service or another if you have multiple configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 01:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/name-tag-for-headercontrollerwidget-search-not/m-p/295152#M8741</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-07-17T01:46:59Z</dc:date>
    </item>
  </channel>
</rss>

