<?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: Enhanced Search Widget Wildcard Search Syntax in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409502#M11674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Slade,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OK, I am not sure what your expression has to do with this forum post then. You do not seem to have any wild card or a like in the expression at all...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 14:30:41 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2013-10-03T14:30:41Z</dc:date>
    <item>
      <title>Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409496#M11668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To All Enhanced Search Widget Users:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a search with an ID field of 8 characters where I would like to just have a wildcard for the last character with a requirement of at least 7 characters before the Search is enabled.&amp;nbsp; I would just like to change the config file and avoid modifying the uncompiled action script code, if that is possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the search I have for matching the end of the user input value, but it allows too many results to be found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;value prompt="Example: M1234567" isvaluerequired="true"&amp;gt;upper(ID) LIKE upper('[value]%')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have values of say M1234561, M1234562, M1234563, M1234564, M1234565 and M1234559, M1239999, M1230000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to just get back the first 5 values (M1234561, M1234562, M1234563, M1234564, M1234565) if I enter M123456.&amp;nbsp; I would not want the user to be able to search for M123 which would retrieve all of these records.&amp;nbsp; The feature class has thousands of entries so I am currently getting thousands of returns if I am able to perform a search with less than 7 characters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409496#M11668</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-11-07T13:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409497#M11669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OK, what you need to look into is SQL syntax. The % symbol is a wildcard that allows any number of characters to be wild. If you want to limit it to one character than you use _ which says "one wild character"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcMap Help documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;% means that anything is&amp;nbsp; acceptable in its place: one character, a hundred characters, or no character.&amp;nbsp; Alternatively, if you want to search with a wildcard that represents one&amp;nbsp; character, use _.&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;value prompt="Example: M1234567" isvaluerequired="true"&amp;gt;upper(ID) LIKE upper('[value]_')&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409497#M11669</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-11-07T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409498#M11670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this doesn't seem to work on 3.1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409498#M11670</guid>
      <dc:creator>SladeBridges</dc:creator>
      <dc:date>2013-10-03T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409499#M11671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Slade,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That is standard SQL language that is not GIS specific and definitely not widget version specific. It should work in 3.1. What does your expression look like?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409499#M11671</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-10-03T14:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409500#M11672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;value prompt="Example: NAME"&amp;gt;upper(NAME) = upper ('[value]')&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:20:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409500#M11672</guid>
      <dc:creator>SladeBridges</dc:creator>
      <dc:date>2013-10-03T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409501#M11673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Slade,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; That is standard SQL language that is not GIS specific and definitely not widget version specific. It should work in 3.1. What does your expression look like?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I simply want a wildcard, i realize this post is actually for limiting the returns after the initial user input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409501#M11673</guid>
      <dc:creator>SladeBridges</dc:creator>
      <dc:date>2013-10-03T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409502#M11674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Slade,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OK, I am not sure what your expression has to do with this forum post then. You do not seem to have any wild card or a like in the expression at all...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409502#M11674</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-10-03T14:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409503#M11675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Slade,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; OK, I am not sure what your expression has to do with this forum post then. You do not seem to have any wild card or a like in the expression at all...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, as i indicated, i want to be able to use a wildcard in my search. as you noted, i do not have one. when i use the syntax above my search widget fails.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:32:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409503#M11675</guid>
      <dc:creator>SladeBridges</dc:creator>
      <dc:date>2013-10-03T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409504#M11676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;when i do this:&amp;nbsp; &amp;lt;value prompt="Example: NAME"&amp;gt;upper(NAME) =&amp;nbsp; LIKE upper ('%[value]%')&amp;lt;/value&amp;gt;, i get the fault code 400&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:35:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409504#M11676</guid>
      <dc:creator>SladeBridges</dc:creator>
      <dc:date>2013-10-03T14:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409505#M11677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Slade,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OK, from your first post it sounded like you had already tried to add a wild card to your expression and it was not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what you are looking for.&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;value prompt="Example: NAME"&amp;gt;upper(NAME) &lt;SPAN style="color:#ff0000;"&gt;LIKE&lt;/SPAN&gt; upper('[value]&lt;SPAN style="color:#ff0000;"&gt;%&lt;/SPAN&gt;')&amp;lt;/value&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409505#M11677</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-10-03T14:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409506#M11678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Slade,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; OK, from your first post it sounded like you had already tried to add a wild card to your expression and it was not working.&lt;BR /&gt;&lt;BR /&gt;Here is what you are looking for.&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;value prompt="Example: NAME"&amp;gt;upper(NAME) &lt;SPAN style="color:#ff0000;"&gt;LIKE&lt;/SPAN&gt; upper('[value]&lt;SPAN style="color:#ff0000;"&gt;%&lt;/SPAN&gt;')&amp;lt;/value&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i get the same result, fault 400&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409506#M11678</guid>
      <dc:creator>SladeBridges</dc:creator>
      <dc:date>2013-10-03T14:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409507#M11679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i get the same result, fault 400&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ahhhhh, take out the =, my fault&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409507#M11679</guid>
      <dc:creator>SladeBridges</dc:creator>
      <dc:date>2013-10-03T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409508#M11680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Slade,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Attach your whole eSearch.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409508#M11680</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-10-03T14:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Search Widget Wildcard Search Syntax</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409509#M11681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Slade,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Actually just email it to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:47:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/enhanced-search-widget-wildcard-search-syntax/m-p/409509#M11681</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-10-03T14:47:20Z</dc:date>
    </item>
  </channel>
</rss>

