From cac8a8df18b3a80be7983e90935667f96a9fcff7 Mon Sep 17 00:00:00 2001 From: "(Joy) Yuanyue Ding" Date: Wed, 8 Jul 2020 17:47:38 +0200 Subject: [PATCH] Modifiy the range of address_rank, fix for issue #164 --- lib/SearchDescription.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SearchDescription.php b/lib/SearchDescription.php index bb478b29..33b766a5 100644 --- a/lib/SearchDescription.php +++ b/lib/SearchDescription.php @@ -657,7 +657,7 @@ class SearchDescription } if ($this->sHouseNumber) { - $aTerms[] = 'address_rank between 16 and 27'; + $aTerms[] = 'address_rank between 16 and 30'; } elseif (!$this->sClass || $this->iOperator == Operator::NAME) { if ($iMinAddressRank > 0) { $aTerms[] = "((address_rank between $iMinAddressRank and $iMaxAddressRank) or (search_rank between $iMinAddressRank and $iMaxAddressRank))"; -- 2.39.5