<?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: Web AppBuilder search widget - can no longer 'deep' search by layer attributes in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1238519#M22686</link>
    <description>&lt;P&gt;Here's a summary of my interactions with esri support:&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;# if you are using a hosted layer:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;You can use addToDefinition to update the layer you want with the required index. This will then magically work as expected&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;If you are using non-hosted (arcgis server) services&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;1. you can put a % in front of your searches. (haha - tell your non techy staff to remember that one)&lt;/P&gt;&lt;P&gt;2. you can configure a custom app to add a prefix % to the search widget - this would not apply to expb but would be a custom javascript app you'd write&lt;/P&gt;&lt;P&gt;3. you can also configure a custom app use an interceptor to search for all requests that contain the LIKE clause and apply the leading percent character.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See some notes here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/searching-adresses-requires-the-whole-exact-phrase/m-p/1238468#M49220" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-questions/searching-adresses-requires-the-whole-exact-phrase/m-p/1238468#M49220&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 21:52:01 GMT</pubDate>
    <dc:creator>GreggRoemhildt2</dc:creator>
    <dc:date>2022-12-06T21:52:01Z</dc:date>
    <item>
      <title>Web AppBuilder search widget - can no longer 'deep' search by layer attributes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1236154#M22663</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;We just noticed that our Web AppBuilder apps within AGOL are no longer allowing for searching layer attributes using 'contains' logic. For example if I have a parking code attribute of 'PK14120' and I only input '14120' into the search widget now, I get no results. I have to start with the 'PK' to start getting suggestions and results.&lt;/P&gt;&lt;P&gt;I saw a similar post here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/search-widget-4-25-deep-searching-feature-layer/m-p/1234281" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/search-widget-4-25-deep-searching-feature-layer/m-p/1234281&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which referenced this:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/release-notes/#search-performance-improvements" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/release-notes/#search-performance-improvements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm assuming that the Web AppBuilder search widget is using the same 4.25 search API. If so, is there any out of the box work around for this? It's a pretty big change for our users who commonly only search on ID numbers instead of the entire ID string.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 20:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1236154#M22663</guid>
      <dc:creator>AndrewOldham</dc:creator>
      <dc:date>2022-11-29T20:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder search widget - can no longer 'deep' search by layer attributes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1236857#M22673</link>
      <description>&lt;P&gt;I too would like to know the answer to this. I've already submitted a ticket to Esri support and will follow up when tech support provides an answer.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 16:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1236857#M22673</guid>
      <dc:creator>GreggRoemhildt2</dc:creator>
      <dc:date>2022-12-01T16:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder search widget - can no longer 'deep' search by layer attributes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1238519#M22686</link>
      <description>&lt;P&gt;Here's a summary of my interactions with esri support:&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;# if you are using a hosted layer:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;You can use addToDefinition to update the layer you want with the required index. This will then magically work as expected&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;If you are using non-hosted (arcgis server) services&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;1. you can put a % in front of your searches. (haha - tell your non techy staff to remember that one)&lt;/P&gt;&lt;P&gt;2. you can configure a custom app to add a prefix % to the search widget - this would not apply to expb but would be a custom javascript app you'd write&lt;/P&gt;&lt;P&gt;3. you can also configure a custom app use an interceptor to search for all requests that contain the LIKE clause and apply the leading percent character.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See some notes here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/searching-adresses-requires-the-whole-exact-phrase/m-p/1238468#M49220" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-questions/searching-adresses-requires-the-whole-exact-phrase/m-p/1238468#M49220&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 21:52:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1238519#M22686</guid>
      <dc:creator>GreggRoemhildt2</dc:creator>
      <dc:date>2022-12-06T21:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder search widget - can no longer 'deep' search by layer attributes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1238546#M22687</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/373831"&gt;@GreggRoemhildt2&lt;/a&gt;!! Sounds like I'm kind of stuck for the time being. Pretty much all the layers I've been using this against are non-hosted (ArcGIS Server). Adding the % isn't great but I guess it is what it is.&lt;/P&gt;&lt;P&gt;For any others - from the above thread: &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/searching-for-features-in-maps-and-apps/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/searching-for-features-in-maps-and-apps/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 23:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-search-widget-can-no-longer-deep/m-p/1238546#M22687</guid>
      <dc:creator>AndrewOldham</dc:creator>
      <dc:date>2022-12-06T23:30:55Z</dc:date>
    </item>
  </channel>
</rss>

