<?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: Text searching behaviour non-intuitive to end users in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1514105#M60634</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/17874"&gt;@RussRoberts&lt;/a&gt;, apologies for reaching out directly but do you have any thoughts on the post above?&amp;nbsp; You authored the blog post that explains the changes to the search widget that were implemented back in Nov 2022.&amp;nbsp; Whilst these changes may have improved performance when searching large datasets they do seem to have made it significantly harder for end users to use the search function in an intuitive manner.&amp;nbsp; It seems we're not the only ones to have encountered this so any feedback/thoughts on how we could improve the user experience using the current search widget would be greatly appreciated.&amp;nbsp; Happy to share a map that illustrates the problem with you if that helps.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2024 11:30:36 GMT</pubDate>
    <dc:creator>MappyIan</dc:creator>
    <dc:date>2024-08-02T11:30:36Z</dc:date>
    <item>
      <title>Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1512263#M60573</link>
      <description>&lt;P&gt;We're trying to implement a Web Map that allows users to search for buildings by name, however we can't quite get it working as we think a 'normal' user would expect.&lt;/P&gt;&lt;P&gt;Our dataset is a simple polygon dataset of libraries, which has a Text field called 'name' that is configured in the web map for searching.&amp;nbsp; Some of the libraries have characters/words that cause problems, some examples below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Betty and Gordon Moore Library&lt;/LI&gt;&lt;LI&gt;Gonville &amp;amp; Caius College Library and Archives&lt;/LI&gt;&lt;LI&gt;The Old Library&lt;/LI&gt;&lt;LI&gt;St John's College Library&lt;/LI&gt;&lt;LI&gt;Bartlam Library / Quarry Whitehouse Auditorium&lt;/LI&gt;&lt;LI&gt;Block G, Library&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the Web Map, you can configure searching as either a &lt;STRONG&gt;Contains&lt;/STRONG&gt; search or an &lt;STRONG&gt;Equals&lt;/STRONG&gt; search:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MappyIan_0-1722338558403.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111066i4A8CEDB23EE93F84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MappyIan_0-1722338558403.png" alt="MappyIan_0-1722338558403.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the underlying 'LibrariesSearchTest' hosted feature layer the &lt;STRONG&gt;Full text index&lt;/STRONG&gt; has been built for the 'name' attribute (this was created automatically):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MappyIan_1-1722338745764.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111067i97F116E0AA83E198/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MappyIan_1-1722338745764.png" alt="MappyIan_1-1722338745764.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The problem we have is that some words/characters seem to prevent the search function from working.&amp;nbsp; Some examples below of the terms entered in to the search box and the outcome when the map was configured to do a &lt;STRONG&gt;Contains&lt;/STRONG&gt; search and an &lt;STRONG&gt;Equals&lt;/STRONG&gt; search:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Search term&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;Contains Search&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%"&gt;&lt;STRONG&gt;Equals Search&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;betty&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;works&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;betty and&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;betty gordon&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;works&lt;/TD&gt;&lt;TD width="25%"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;library betty&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;works&lt;/TD&gt;&lt;TD width="25%"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;gonville&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;works&lt;/TD&gt;&lt;TD width="25%"&gt;&lt;P&gt;works&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;gonville &amp;amp;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;old lib&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;works&lt;/TD&gt;&lt;TD width="25%"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;the old&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;st john&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;works&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;john&lt;/TD&gt;&lt;TD&gt;works&lt;/TD&gt;&lt;TD&gt;doesn't work (no results found)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;john's&lt;/TD&gt;&lt;TD&gt;doesn't work (no results found)&lt;/TD&gt;&lt;TD&gt;doesn't work (no results found)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;st john's&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;st johns&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;TD width="25%"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;block&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;block g&lt;/TD&gt;&lt;TD width="25%"&gt;doesn't work (no results found)&lt;/TD&gt;&lt;TD width="25%"&gt;works&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With a &lt;STRONG&gt;Contains&lt;/STRONG&gt; search the main issue seems to be that certain words/characters/phrases aren't indexed as part of the Full text index (although I can't find anything in the docs) which means including words like 'the' or 'and' (or characters such as '&amp;amp;' or an apostrophe) in the search field stops the search function from returning anything.&lt;/P&gt;&lt;P&gt;In our use case I can see users trying to search for libraries using all the search terms in the table above, yet neither of the configurable options ('Contains' or 'Equals') return features for every search term.&lt;/P&gt;&lt;P&gt;There's some information on how searching works and how the indexes are used on the blog here from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/17874"&gt;@RussRoberts&lt;/a&gt;:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/searching-for-features-in-maps-and-apps/" target="_blank" rel="noopener"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/searching-for-features-in-maps-and-apps/&lt;/A&gt;&amp;nbsp;but it doesn't explain anything about reserved words or how to get around the issues encountered above.&lt;/P&gt;&lt;P&gt;Looking at the table above, the &lt;STRONG&gt;Equals&lt;/STRONG&gt; option is slightly preferable, but it completely relies on users knowing the beginning of the library name and prevents them from being able to find features using subsequent words from the name (e.g. 'library').&lt;/P&gt;&lt;P&gt;I'm surprised that nobody else seems to have encountered this issue as it doesn't feel like something that is specific to our unique requirements.&amp;nbsp; If anyone has any ideas how we can get around this I would very much like to hear from you.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 11:26:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1512263#M60573</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2024-08-02T11:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1512268#M60575</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I don't have an answer for you, but I've complained about this before &lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-search-functionality/td-p/1484485" target="_blank" rel="noopener"&gt;on this post.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From the discussion in the comments, it doesn't sound like they would try to improve this functionality any time soon, but I also have not submitted an idea.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 12:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1512268#M60575</guid>
      <dc:creator>marksm_macomb</dc:creator>
      <dc:date>2024-07-30T12:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1512328#M60577</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/670616"&gt;@marksm_macomb&lt;/a&gt;, thanks for the reply and for directing me at your post.&amp;nbsp; It's the same issue, I guess the same core search functionality underpins everything: Web Maps, Experience Builder, Instant Apps etc. etc.&lt;/P&gt;&lt;P&gt;I understand the responses on your post about words like 'and', 'the' etc. being so common that they might cause issues if they could be used with ESRIs world geocoder.&amp;nbsp; However, I feel ESRI need to come up with a solution or workaround as, like you say, it's completely non-intuitive for every day users.&amp;nbsp; Every other text based search system allows you to search using words like 'and' and 'the', it's what users expect.&amp;nbsp; Imagine searching Google and having to specifically omit certain words, it's madness.&lt;/P&gt;&lt;P&gt;Assuming there is no fix/workaround for this, when I have some time I'll submit an idea.&amp;nbsp; Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 14:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1512328#M60577</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2024-07-30T14:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1514105#M60634</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/17874"&gt;@RussRoberts&lt;/a&gt;, apologies for reaching out directly but do you have any thoughts on the post above?&amp;nbsp; You authored the blog post that explains the changes to the search widget that were implemented back in Nov 2022.&amp;nbsp; Whilst these changes may have improved performance when searching large datasets they do seem to have made it significantly harder for end users to use the search function in an intuitive manner.&amp;nbsp; It seems we're not the only ones to have encountered this so any feedback/thoughts on how we could improve the user experience using the current search widget would be greatly appreciated.&amp;nbsp; Happy to share a map that illustrates the problem with you if that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 11:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1514105#M60634</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2024-08-02T11:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1514137#M60636</link>
      <description>&lt;P&gt;No worries, if you have a map + SD file so I can check out indexes that would be great! Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 12:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1514137#M60636</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2024-08-02T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1514176#M60638</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/17874"&gt;@RussRoberts&lt;/a&gt;, thanks for offering to take a look.&amp;nbsp; Details below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;web map:&amp;nbsp;&lt;/STRONG&gt;&lt;A href="https://edinageo.maps.arcgis.com/home/item.html?id=57f7108db05e4df798119abf21f92f0f" target="_blank"&gt;https://edinageo.maps.arcgis.com/home/item.html?id=57f7108db05e4df798119abf21f92f0f&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;feature layer:&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://edinageo.maps.arcgis.com/home/item.html?id=cea2e0626e0a48c49851a5646b977ea0" target="_blank"&gt;https://edinageo.maps.arcgis.com/home/item.html?id=cea2e0626e0a48c49851a5646b977ea0&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;They're available to everyone, but I added your&amp;nbsp;&lt;SPAN&gt;russell_jsapi account too so you should have full access.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is just a test map and dataset so feel free to make changes.&amp;nbsp; You can see from the table in the original post the search terms we're trying to enable.&amp;nbsp; The map is currently configured to use the '&lt;STRONG&gt;contains&lt;/STRONG&gt;' search operation, the biggest problem with this configuration is when users enter certain words ('and', 'the', 'of' etc.) or characters (&amp;amp;, ', or single characters) these stop the search from returning &lt;STRONG&gt;any&lt;/STRONG&gt; results.&lt;/P&gt;&lt;P&gt;Any help/tips/pointers would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 13:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1514176#M60638</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2024-08-02T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1515968#M60702</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/17874"&gt;@RussRoberts&lt;/a&gt;,&amp;nbsp;did you manage to take a look at the map/feature layer above regarding the search indexes?&amp;nbsp; Any help/advice on how we can improve the search function for users would be greatly appreciated.&amp;nbsp; Thanks - Ian&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 08:30:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1515968#M60702</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2024-08-07T08:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1516065#M60706</link>
      <description>&lt;P&gt;Yup, I took a look and we spotted the issue. I think we will get a fix in for the next release this fall to support indexing these words.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 13:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1516065#M60706</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2024-08-07T13:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1516084#M60708</link>
      <description>&lt;P&gt;Accepting the response from Russ Roberts as the solution as it sounds like it's a bug with the &lt;STRONG&gt;Contains&lt;/STRONG&gt; search which will hopefully be fixed in the autumn (fall) release of ArcGIS Online.&amp;nbsp; Fingers crossed.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 13:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1516084#M60708</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2024-08-07T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1558699#M62371</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/17874"&gt;@RussRoberts&lt;/a&gt;, just testing this search index issue in the latest version of Map Viewer and it doesn't seem to be any different.&amp;nbsp; I take it the fix to index words like 'and', 'of', '&amp;amp;' didn't make it in to this recent release?&amp;nbsp; Do you have a bug/enhancement reference I can subscribe to so I'm notified with any updates?&amp;nbsp; Any update would be gratefully received.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 16:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1558699#M62371</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2024-11-14T16:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Text searching behaviour non-intuitive to end users</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1558820#M62380</link>
      <description>&lt;P&gt;We weren't able to get these updates in for this release but still working on them for an update in the new year.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 19:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/m-p/1558820#M62380</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2024-11-14T19:22:59Z</dc:date>
    </item>
  </channel>
</rss>

