N°2657 - MTP : Progress Bar has disappeared (Search exact match)

This commit is contained in:
Eric
2020-01-30 16:02:16 +01:00
parent f990a83453
commit 5e5d368299

View File

@@ -200,6 +200,7 @@ class CriterionToOQL extends CriterionConversionAbstract
$aRawValues[] = $sRawValue;
}
}
// This allow to search for complete words
$sValue = '"'.implode('" "', $aRawValues).'" _';
if (empty($sValue))