> But the thing is: When get the "keyword", it never be an array, so > is_array($this->piVars['keyword']) always returns false. Use t3lib_div::trimExplode(' ', $this->piVars['keyword']);