forked from organicmaps/organicmaps
[search] Turned off address computation for suggestions from features.
This commit is contained in:
parent
74ee217829
commit
4407390eeb
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ void Ranker::ProcessSuggestions(vector<RankerResult> & vec) const
|
|||
{
|
||||
// todo(@m) RankingInfo is lost here. Should it be?
|
||||
if (m_emitter.AddResult(Result(
|
||||
MakeResult(r, true /* needAddress */, true /* needHighlighting */), suggestion)))
|
||||
MakeResult(r, false /* needAddress */, true /* needHighlighting */), suggestion)))
|
||||
++added;
|
||||
|
||||
i = vec.erase(i);
|
||||
|
|
Loading…
Add table
Reference in a new issue