Currently, when using a dictionary, DSS counts every same phrases written in lower/upper cases. For example,
if I add "abcd" and "xyz" to the dictionary and define the treshold as 2 unique matches, It counts both "abcd" and "Abcd" ant triggers the incident. since the phrase is the same, I don't want it to be counted as 2 matches.
Is it possible to add an option not count upper and lower cases as unique?
Regars.