Skip to content
Snippets Groups Projects
Commit 76da8059 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

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

[Projekt: Entwicklung - Neon][TicketNr.: 1066051][Dublettensuche entfernt unnötig Punkt vor der Suche]
parent 88cccbfc
No related branches found
No related tags found
No related merge requests found
...@@ -728,7 +728,7 @@ DuplicateScannerUtils.buildEntityFieldConfigs = function(pDuplicateFieldsConfig, ...@@ -728,7 +728,7 @@ DuplicateScannerUtils.buildEntityFieldConfigs = function(pDuplicateFieldsConfig,
if(entityFieldValue == null) if(entityFieldValue == null)
entityFieldValue = ""; entityFieldValue = "";
else else
entityFieldValue = entityFieldValue.toLowerCase().replace(/[():\.\/!]/gi, "").trim(); ntityFieldValue = indexsearch.escapeString(entityFieldValue).trim();
let exclude = fieldConfig.exclude; let exclude = fieldConfig.exclude;
if (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