SFDO-Community / Salesforce-Indicators

Indicators Lightning Web Component
https://github.com/SFDO-Community-Sprints/Salesforce-Indicators/wiki
BSD 3-Clause "New" or "Revised" License
61 stars 19 forks source link

[BUG] Reconfigure Sample Locations #162

Closed tschug closed 5 months ago

tschug commented 8 months ago

Describe the bug Sample Account indicators for Location throws false-positive matches because US is contained in many strings. This was because the logic is contains and the product has since been upgraded to have text-operators.

To Reproduce

  1. Have an Account with an address which has a country containing us like Australia
  2. Observe that it shows the US indicator.

Expected behavior

Additional context Review ALL sample (and Training) indicator extensions that use a text-based criteria.