mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2746 - Fix breadcrumb for search of enumSet
This commit is contained in:
@@ -203,7 +203,7 @@ class CriterionToOQL extends CriterionConversionAbstract
|
||||
// This allow to search for complete words
|
||||
if (!empty($aRawValues))
|
||||
{
|
||||
$sValue = '"'.implode('" "', $aRawValues).'" _';
|
||||
$sValue = implode(' ', $aRawValues).' _';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user