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
Have an Account with an address which has a country containing us like Australia
Observe that it shows the US indicator.
Expected behavior
Only show US indicator for United States and USA
Additional context
Review ALL sample (and Training) indicator extensions that use a text-based criteria.
Describe the bug Sample Account indicators for Location throws false-positive matches because
US
is contained in many strings. This was because the logic iscontains
and the product has since been upgraded to have text-operators.To Reproduce
us
likeAustralia
US
indicator.Expected behavior
US
indicator forUnited States
andUSA
Additional context Review ALL sample (and Training) indicator extensions that use a text-based criteria.