<?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 Question in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276965#M8346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This thread helped me with two of my three problems I am having with the Search Widget.&amp;nbsp; Maybe one of the previous posters can help me here.&amp;nbsp; I was also wondering how to make it possible to only search a portion of a specific attribute.&amp;nbsp; Let's say I have a "Keywords" attribute column that has many different values that are associated with a specific building, such as departments or services that are located within the specific building.&amp;nbsp; Is it possible to allow the user to type a value that will be SOMEWHERE within the keywords column, or would I have to make a different column that contains each department/service that I want the users to be able to search? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh Jones&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 19:46:03 GMT</pubDate>
    <dc:creator>JoshJones1</dc:creator>
    <dc:date>2011-07-26T19:46:03Z</dc:date>
    <item>
      <title>Search Widget Question</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276961#M8342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a quick question regarding the search widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to get it to return a result from a partial search without needing % at the end of the search? For example, we have a map with building White Hall listed. How can I get White Hall to show up from searching "White" instead of "White%"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 17:12:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276961#M8342</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2011-05-06T17:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276962#M8343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can add the wild card to the search widget configuration file.&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;&amp;lt;expression&amp;gt;PD_NAME like '[value]&lt;STRONG&gt;%&lt;/STRONG&gt;'&amp;lt;/expression&amp;gt; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 14:14:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276962#M8343</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-05-09T14:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276963#M8344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To make it case-insensitive as well (e.g. for 'white' to find 'White Hall') you could use something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;expression&amp;gt;lower(PD_NAME) like lower('[value]%')&amp;lt;/expression&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 14:52:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276963#M8344</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-05-09T14:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276964#M8345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perfect, that does exactly what I need it to. Thank you for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 18:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276964#M8345</guid>
      <dc:creator>BenReilly</dc:creator>
      <dc:date>2011-05-09T18:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Question</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276965#M8346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This thread helped me with two of my three problems I am having with the Search Widget.&amp;nbsp; Maybe one of the previous posters can help me here.&amp;nbsp; I was also wondering how to make it possible to only search a portion of a specific attribute.&amp;nbsp; Let's say I have a "Keywords" attribute column that has many different values that are associated with a specific building, such as departments or services that are located within the specific building.&amp;nbsp; Is it possible to allow the user to type a value that will be SOMEWHERE within the keywords column, or would I have to make a different column that contains each department/service that I want the users to be able to search? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh Jones&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 19:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-question/m-p/276965#M8346</guid>
      <dc:creator>JoshJones1</dc:creator>
      <dc:date>2011-07-26T19:46:03Z</dc:date>
    </item>
  </channel>
</rss>

