X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/9934421442bf1a815096ef06ffa3f8c9ea11c0ac..4864bf150915c20cc7642c94fd183703ac14e343:/lib-php/TokenPartial.php diff --git a/lib-php/TokenPartial.php b/lib-php/TokenPartial.php index 131bb2a3..112154b2 100644 --- a/lib-php/TokenPartial.php +++ b/lib-php/TokenPartial.php @@ -90,6 +90,7 @@ class Partial $oNewSearch->addPartialNameToken( $this->iId, $this->iSearchNameCount < CONST_Max_Word_Frequency, + $this->iSearchNameCount > CONST_Search_NameOnlySearchFrequencyThreshold, $oPosition->getPhrase() );