[search] Avoid double pois search for mwm with matched cities: we should run LimitedSearch from MatchRegions, not from MatchAroundPivot.

This commit is contained in:
tatiana-yan 2020-04-02 14:39:01 +03:00 committed by mpimenov
parent 341abdc9f2
commit 8f45654b5c

View file

@ -585,7 +585,7 @@ void Geocoder::GoImpl(vector<shared_ptr<MwmInfo>> const & infos, bool inViewport
auto const mwmType = m_context->GetType();
CHECK(mwmType, ());
if (mwmType->m_viewportIntersected || mwmType->m_containsUserPosition ||
m_preRanker.NumSentResults() == 0)
m_preRanker.Size() == 0)
{
MatchAroundPivot(ctx);
}