<?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: How to write a URL Parameter with a LIKE clause? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-write-a-url-parameter-with-a-like-clause/m-p/1674826#M22030</link>
    <description>&lt;P class=""&gt;It appears to be related to character encoding. I was able to make it work by using the LIKE operator to filter country affiliation names that contain “us”.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-12-24 at 16.21.44.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/146048iDC3D69CFB13919DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-12-24 at 16.21.44.png" alt="Screenshot 2025-12-24 at 16.21.44.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;This is the URL parameter I use:&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;data_filter=dataSource_2-18de4d6a844-layer-2:COUNTRYAFF%20LIKE%20%27%25us%25%27&lt;/P&gt;&lt;P class=""&gt;After decoding it, it looks like:&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;data_filter=dataSource_2-18de4d6a844-layer-2:COUNTRYAFF LIKE '%us%'&lt;/P&gt;&lt;P class=""&gt;I tried to decode your encoded URL. Here's what it suggests:&lt;/P&gt;&lt;P class=""&gt;data_filter=dataSource_1-198860de052-layer-7:Brands%20LIKE%20'%25pitman%25'&lt;/P&gt;&lt;P class=""&gt;Still has some encoded characters in it.&amp;nbsp; &lt;/P&gt;</description>
    <pubDate>Wed, 24 Dec 2025 08:22:26 GMT</pubDate>
    <dc:creator>Shen_Zhang</dc:creator>
    <dc:date>2025-12-24T08:22:26Z</dc:date>
    <item>
      <title>How to write a URL Parameter with a LIKE clause?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-write-a-url-parameter-with-a-like-clause/m-p/1668343#M21763</link>
      <description>&lt;P&gt;I am trying to use the WHERE parameter in the URL of my experience view&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;I have this part of my URL:&amp;nbsp;data_filter=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;dataSource_1-198860de052-layer-7:Brands LIKE '%Pitman%'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Which after encoding looks like:&amp;nbsp;data_filter=dataSource_1-198860de052-layer-7%3ABrands%2520LIKE%2520%27%2525pitman%2525%27&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This works for entries where the full text of the Brands column is "Pitman", but not if it contains "Pitman" but also other text. Is it possible to make it actually do partial matching?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Nov 2025 23:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-write-a-url-parameter-with-a-like-clause/m-p/1668343#M21763</guid>
      <dc:creator>LewisBernier</dc:creator>
      <dc:date>2025-11-24T23:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a URL Parameter with a LIKE clause?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-write-a-url-parameter-with-a-like-clause/m-p/1668460#M21773</link>
      <description>&lt;P&gt;I wonder if this is related to problems with the underlying search mechanism used across the platform.&amp;nbsp; There are a few posts about various search issues in the forums, couple linked below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-search-functionality/td-p/1484485/" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-search-functionality/td-p/1484485/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/td-p/1512263" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-questions/text-searching-behaviour-non-intuitive-to-end/td-p/1512263&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It seems the whole 'contains' type search doesn't work in a way that end users would expect.&amp;nbsp; Not sure if this helps but it might be worth logging an Idea on here if you can't get it to work or maybe log a support case with your local Esri support team.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 15:05:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-write-a-url-parameter-with-a-like-clause/m-p/1668460#M21773</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2025-11-25T15:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a URL Parameter with a LIKE clause?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-write-a-url-parameter-with-a-like-clause/m-p/1674826#M22030</link>
      <description>&lt;P class=""&gt;It appears to be related to character encoding. I was able to make it work by using the LIKE operator to filter country affiliation names that contain “us”.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-12-24 at 16.21.44.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/146048iDC3D69CFB13919DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-12-24 at 16.21.44.png" alt="Screenshot 2025-12-24 at 16.21.44.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;This is the URL parameter I use:&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;data_filter=dataSource_2-18de4d6a844-layer-2:COUNTRYAFF%20LIKE%20%27%25us%25%27&lt;/P&gt;&lt;P class=""&gt;After decoding it, it looks like:&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;data_filter=dataSource_2-18de4d6a844-layer-2:COUNTRYAFF LIKE '%us%'&lt;/P&gt;&lt;P class=""&gt;I tried to decode your encoded URL. Here's what it suggests:&lt;/P&gt;&lt;P class=""&gt;data_filter=dataSource_1-198860de052-layer-7:Brands%20LIKE%20'%25pitman%25'&lt;/P&gt;&lt;P class=""&gt;Still has some encoded characters in it.&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 08:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-write-a-url-parameter-with-a-like-clause/m-p/1674826#M22030</guid>
      <dc:creator>Shen_Zhang</dc:creator>
      <dc:date>2025-12-24T08:22:26Z</dc:date>
    </item>
  </channel>
</rss>

