diff --git a/lib-php/SearchDescription.php b/lib-php/SearchDescription.php index 94cadda3..cde21f82 100644 --- a/lib-php/SearchDescription.php +++ b/lib-php/SearchDescription.php @@ -356,6 +356,7 @@ class SearchDescription if ((!$this->sPostcode && !$this->aAddress && !$this->aAddressNonSearch) && ((empty($this->aName) && empty($this->aNameNonSearch)) || $this->iNamePhrase == $iPhrase) + && strpos($sToken, ' ') === false ) { $oSearch = clone $this; $oSearch->iSearchRank++;