In module tag, folder language/english (if yours):
file: config.php
change this line
$GLOBALS["tag_delimiter"] = array(",", " ", "|", ";");
with this
$GLOBALS["tag_delimiter"] = array(",", "|", ";");
In module tag, folder include:
files:
plugin.disp.php
change line
$customConfig["tag_delimiter"] = array(",", " ", "|");
with
$customConfig["tag_delimiter"] = array(",", "|");
in plugin.php
change line
$customConfig["tag_delimiter"] = array(",", " ", "|", ";");
with
$customConfig["tag_delimiter"] = array(",", "|", ";");
in functions.ini.php
change line
return array(",", " ", "|", ";");
with
return array(",", "|", ";");
Just remove empty tag/space " "
For me its working, but search function is better when we have a single word