<?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 Can Exb Search Widget recognize HTML formatting in Search Result? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/can-exb-search-widget-recognize-html-formatting-in/m-p/1600846#M18235</link>
    <description>&lt;P&gt;Is there a way for the Search Widget to recognize HTML formatting in the Search Result?&amp;nbsp; The List widget and Feature Info widget correctly break the Owner Names into new lines, however the Search Result simply shows the text with html formatting.&amp;nbsp; Or do I need to create a new field without the HTML formatting in this case?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SallyBickel_1-1743430203534.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/129019iE618A8A4ED464731/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SallyBickel_1-1743430203534.png" alt="SallyBickel_1-1743430203534.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Mar 2025 14:12:41 GMT</pubDate>
    <dc:creator>SallyBickel</dc:creator>
    <dc:date>2025-03-31T14:12:41Z</dc:date>
    <item>
      <title>Can Exb Search Widget recognize HTML formatting in Search Result?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/can-exb-search-widget-recognize-html-formatting-in/m-p/1600846#M18235</link>
      <description>&lt;P&gt;Is there a way for the Search Widget to recognize HTML formatting in the Search Result?&amp;nbsp; The List widget and Feature Info widget correctly break the Owner Names into new lines, however the Search Result simply shows the text with html formatting.&amp;nbsp; Or do I need to create a new field without the HTML formatting in this case?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SallyBickel_1-1743430203534.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/129019iE618A8A4ED464731/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SallyBickel_1-1743430203534.png" alt="SallyBickel_1-1743430203534.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 14:12:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/can-exb-search-widget-recognize-html-formatting-in/m-p/1600846#M18235</guid>
      <dc:creator>SallyBickel</dc:creator>
      <dc:date>2025-03-31T14:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can Exb Search Widget recognize HTML formatting in Search Result?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/can-exb-search-widget-recognize-html-formatting-in/m-p/1603170#M18295</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/107199"&gt;@SallyBickel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Currently, the search widget does not recognize the HTML formatting because each result is clickable, and there may be links or buttons in the fields and other problems.&lt;/P&gt;&lt;P&gt;We can handle the line breaks in the HTML formatting first. Please let me know if you have other similar cases so we can work together.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shengdi&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 06:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/can-exb-search-widget-recognize-html-formatting-in/m-p/1603170#M18295</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2025-04-07T06:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can Exb Search Widget recognize HTML formatting in Search Result?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/can-exb-search-widget-recognize-html-formatting-in/m-p/1609413#M18669</link>
      <description>&lt;P&gt;The other reason I imagine you see this, is that somewhere in the rendering chain the data coming in to those results is likely sanitized, and that means html inline is being escaped.&lt;BR /&gt;&lt;BR /&gt;This is actually a common practice in software development, and useful to reduce potential injection attacks on systems.&lt;BR /&gt;&lt;BR /&gt;I would almost advocate that limited html, going with something like what BBcode was for PHPBB Forums might be a better approach to enable this than trying to have HTML slinging everywhere in results this way.&lt;BR /&gt;&lt;BR /&gt;One option I'd like to see would be to have an option to strip embedded HTML in the text chain (So from &amp;lt; to &amp;gt; just drop it from display)&lt;BR /&gt;&lt;BR /&gt;Although, if you could define the display format for the Search Widget, like you do with a list widget, that might provide a lot more useful customization for a lot of potential experiences.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 20:50:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/can-exb-search-widget-recognize-html-formatting-in/m-p/1609413#M18669</guid>
      <dc:creator>TimWestern</dc:creator>
      <dc:date>2025-04-25T20:50:02Z</dc:date>
    </item>
  </channel>
</rss>

