<?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: FindParameters.searchText wild card? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436130#M10162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm stumbling through learning coding, and need to do such a multiple search.&amp;nbsp; Any chance I can see a complete example of some working code using the query function? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can search for the same string in multiple fields using "Find" but I don't think that is what you are aiming for.&lt;BR /&gt;&lt;BR /&gt;To search for multiple strings you either send multiple "Find" requests, or you can send a single "Query" (if it's only on one layer). &lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2011 18:51:33 GMT</pubDate>
    <dc:creator>aubinmaynard</dc:creator>
    <dc:date>2011-09-23T18:51:33Z</dc:date>
    <item>
      <title>FindParameters.searchText wild card?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436125#M10157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having success with the FindParameters class, but am finding a limitation in what I am able to use for the .searchText property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;findParams.searchText = "John Smith" //does &lt;/SPAN&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;SPAN&gt; find a value of '&lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;John A Smith&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a wild card character or operator syntax that I could add that would return a result as such?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe something like...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;findParams.searchText = "John%%Smith" or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;findParams.searchText = "John AND Smith"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 19:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436125#M10157</guid>
      <dc:creator>PaulSchneider</dc:creator>
      <dc:date>2010-12-10T19:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: FindParameters.searchText wild card?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436126#M10158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you find a solution for your issue? I'm facing similar situation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 18:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436126#M10158</guid>
      <dc:creator>SandeepKapadia</dc:creator>
      <dc:date>2011-08-11T18:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: FindParameters.searchText wild card?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436127#M10159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a wild card character or operator syntax that I could add that would ... Maybe something like...&lt;BR /&gt;findParams.searchText = "John%%Smith" or&lt;BR /&gt;findParams.searchText = "John AND Smith"&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, "Find" does not support wildcards within search strings like that.&amp;nbsp; You would have to use Query.&amp;nbsp; Though remember that Find works on a MapService and Query on individual layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 16:21:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436127#M10159</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-08-12T16:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: FindParameters.searchText wild card?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436128#M10160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a different question, Can I search on different fields in a single query? Meaning, search for field1 = 'Value1', field2 = 'Value2', etc?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;findParameters.SearchFields.AddRange( new string[] {field1, field2});&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;findParameters.SearchText = Value123;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I need to search multiple values, how can I do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sandeep&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 12:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436128#M10160</guid>
      <dc:creator>SandeepKapadia</dc:creator>
      <dc:date>2011-08-15T12:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: FindParameters.searchText wild card?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436129#M10161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can I search on different fields in a single query? Meaning, search for field1 = 'Value1', field2 = 'Value2', etc?&lt;BR /&gt;...&lt;BR /&gt;But I need to search multiple values, how can I do that?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can search for the same string in multiple fields using "Find" but I don't think that is what you are aiming for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To search for multiple strings you either send multiple "Find" requests, or you can send a single "Query" (if it's only on one layer). &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 13:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436129#M10161</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-08-15T13:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: FindParameters.searchText wild card?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436130#M10162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm stumbling through learning coding, and need to do such a multiple search.&amp;nbsp; Any chance I can see a complete example of some working code using the query function? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can search for the same string in multiple fields using "Find" but I don't think that is what you are aiming for.&lt;BR /&gt;&lt;BR /&gt;To search for multiple strings you either send multiple "Find" requests, or you can send a single "Query" (if it's only on one layer). &lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 18:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436130#M10162</guid>
      <dc:creator>aubinmaynard</dc:creator>
      <dc:date>2011-09-23T18:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: FindParameters.searchText wild card?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436131#M10163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does this wildcard limitation still exist with the Find Task?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 18:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/findparameters-searchtext-wild-card/m-p/436131#M10163</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-07-02T18:31:13Z</dc:date>
    </item>
  </channel>
</rss>

