<?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 Case Sensitive For One Layer But Not Another in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534732#M15106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please don't forget to mark the post as answered,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2014 01:25:48 GMT</pubDate>
    <dc:creator>AnthonyGiles</dc:creator>
    <dc:date>2014-03-11T01:25:48Z</dc:date>
    <item>
      <title>Search Widget Case Sensitive For One Layer But Not Another</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534729#M15103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Making a simple WebMap for users in the company to look at.&amp;nbsp; In the search widget, I added two layers (Leases &amp;amp; Wells).&amp;nbsp; For the lease layer expression, I have;&amp;nbsp; LEASENO like ('%[value]%') or LESSOR like ('%[value]%') or LESSEE like ('%[value]%') - this works fine.&amp;nbsp; Upper/Lower doesn't matter.&amp;nbsp; The table data is in caps and when entering 'miller' as a search item, it returns everything with 'MILLER' just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now for my wells layer expression, I have;&amp;nbsp; WellName like ('%[value]%') - however, when testing it out, it only returns any results if the search value is entered as all caps, as the data in the table is.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've made sure that my field names are correct and still cannot come up with any reason why one layer will work correctly but the other won't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure it's something simple - but would appreciate any feedback/help you may provide.&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, 10 Mar 2014 20:11:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534729#M15103</guid>
      <dc:creator>JasonMitchell</dc:creator>
      <dc:date>2014-03-10T20:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Case Sensitive For One Layer But Not Another</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534730#M15104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How is your data stored for each of your layers? In my experience, if you are using an enterprise database like SQL server then your searches will not be case sensitive. If your data is in a file geodabase then it will be case sensitive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your best solution is to use the upper or lower function on all of your queries&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 20:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534730#M15104</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-03-10T20:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Case Sensitive For One Layer But Not Another</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534731#M15105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jason,&lt;BR /&gt;&lt;BR /&gt;How is your data stored for each of your layers? In my experience, if you are using an enterprise database like SQL server then your searches will not be case sensitive. If your data is in a file geodabase then it will be case sensitive.&lt;BR /&gt;&lt;BR /&gt;Your best solution is to use the upper or lower function on all of your queries&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Anthony - &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this particular case - the Lease layer is on an SDE database on a SQL Server while the Wells layer is being pulled from a GDB for the time being with plans to add it to our SDE soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem solved - thanks again for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 23:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534731#M15105</guid>
      <dc:creator>JasonMitchell</dc:creator>
      <dc:date>2014-03-10T23:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Case Sensitive For One Layer But Not Another</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534732#M15106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please don't forget to mark the post as answered,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 01:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534732#M15106</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-03-11T01:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget Case Sensitive For One Layer But Not Another</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534733#M15107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just run into this problem, but the the case function trick isn't working in all situations.&amp;nbsp; I've got services from both SDE and file GDBs. With SDE, I have to add a case function to avoid case sensitivity.&amp;nbsp; But the case function won't work with FGDBs. The Search returns "No features found" regardless of how I enter the text.&amp;nbsp; This is with Desktop and GIS server 10.1.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jill Halchin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Southeast Archeological Center&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;National Park Service&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 18:49:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/search-widget-case-sensitive-for-one-layer-but-not/m-p/534733#M15107</guid>
      <dc:creator>JillHalchin</dc:creator>
      <dc:date>2014-03-31T18:49:26Z</dc:date>
    </item>
  </channel>
</rss>

