<?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: Search Widget FlexViewer 2.0 in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444231#M10313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I modified searchwidget_louisville.xml in the sample flex viewer 2.0, and put a layer from out service instead of Louisville layers, however the widget still shows the combobox and Louisville layers.. I don't know why? can you help please? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Aug 2010 17:47:48 GMT</pubDate>
    <dc:creator>ashwiniwakchaure</dc:creator>
    <dc:date>2010-08-12T17:47:48Z</dc:date>
    <item>
      <title>Search Widget FlexViewer 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444228#M10310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have configured the xml file for the Search Widget with the FlexViewer 2.0.&amp;nbsp; I am asking it to return 4 fields, 1 being a "titlefield" and 1 being a "linkfield."&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the application and do a search, "SHAPE_Length" and "SHAPE_Area" fields display even though I don't have them listed in the "fields" section of the xml file.&amp;nbsp; How do I get them to not display?&amp;nbsp; Is this a bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another issue I am having is that the link is only showing in the info pop-up.&amp;nbsp; It odes not show in the "Results" section of the Search widget box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know why this wouldn't be working right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 14:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444228#M10310</guid>
      <dc:creator>JoshuaKalov</dc:creator>
      <dc:date>2010-08-02T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget FlexViewer 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444229#M10311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joshua,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The link in the search results for Flexviewer 2.0 does not exist anymore (don't raelly know why they omitted it). And the shape_area and shape_Length has been a bug/feature since SFV 1.0. In the SearchWidget.mxml line 415 replace the existing line with this to fix it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;if (fld.toUpperCase() != queryTitleField.toUpperCase() &amp;amp;&amp;amp;(fld.toUpperCase() != "SHAPE_LENGTH") &amp;amp;&amp;amp; (fld.toUpperCase() != "SHAPE_AREA"))&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 15:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444229#M10311</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-02T15:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget FlexViewer 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444230#M10312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Joshua,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; The link in the search results for Flexviewer 2.0 does not exist anymore (don't raelly know why they omitted it). And the shape_area and shape_Length has been a bug/feature since SFV 1.0. In the SearchWidget.mxml line 415 replace the existing line with this to fix it.&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;if (fld.toUpperCase() != queryTitleField.toUpperCase() &amp;amp;&amp;amp;(fld.toUpperCase() != "SHAPE_LENGTH") &amp;amp;&amp;amp; (fld.toUpperCase() != "SHAPE_AREA"))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert.&amp;nbsp; You are always great about responding with solutions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt; The link in the search results for Flexviewer 2.0 does not exist anymore (don't raelly know why they omitted it).&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To any ESRI folks that saw my other post about documentation, this is exactly the kind of thing I am talking about.&amp;nbsp; Is this a bug I should report?&amp;nbsp; Was this intentionally left out? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess that goes for the SHAPE_LENGTH/SHAPE_AREA bug too.&amp;nbsp; If that has been around since 1.0, has it just not been reported?&amp;nbsp; Is there a reason it has never been fixed?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If ESRI utilized bug tracking/reporting systems like most web software dev. uses, it would be easier to know the answers to these things without having to guess.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 15:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444230#M10312</guid>
      <dc:creator>JoshuaKalov</dc:creator>
      <dc:date>2010-08-02T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget FlexViewer 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444231#M10313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I modified searchwidget_louisville.xml in the sample flex viewer 2.0, and put a layer from out service instead of Louisville layers, however the widget still shows the combobox and Louisville layers.. I don't know why? can you help please? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 17:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/search-widget-flexviewer-2-0/m-p/444231#M10313</guid>
      <dc:creator>ashwiniwakchaure</dc:creator>
      <dc:date>2010-08-12T17:47:48Z</dc:date>
    </item>
  </channel>
</rss>

