Skip to content
Snippets Groups Projects
Commit 4eaa2c5d authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '1066051_FixDuplicateWrongSyntaxHandling' into '2020.2.0'

[Projekt: Entwicklung - Neon][TicketNr.: 1066051][Dublettensuche entfernt...

See merge request xrm/basic!428
parents 8e5502ce 76da8059
No related branches found
No related tags found
No related merge requests found
......@@ -728,7 +728,7 @@ DuplicateScannerUtils.buildEntityFieldConfigs = function(pDuplicateFieldsConfig,
if(entityFieldValue == null)
entityFieldValue = "";
else
entityFieldValue = entityFieldValue.toLowerCase().replace(/[():\.\/!]/gi, "").trim();
ntityFieldValue = indexsearch.escapeString(entityFieldValue).trim();
let exclude = fieldConfig.exclude;
if (exclude)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment