forked from organicmaps/organicmaps
[search] Fix searchEmitResultsAndCoords: include results from lastUpdate.
This commit is contained in:
parent
d5d173c3c4
commit
caaf4b8d77
1 changed files with 3 additions and 3 deletions
|
@ -432,11 +432,11 @@ void Processor::Search(SearchParams const & params)
|
|||
LOG(LDEBUG, ("Search has been cancelled."));
|
||||
}
|
||||
|
||||
if (!viewportSearch && !IsCancelled())
|
||||
SendStatistics(params, viewport, m_emitter.GetResults());
|
||||
|
||||
// Emit finish marker to client.
|
||||
m_geocoder.Finish(IsCancelled());
|
||||
|
||||
if (!viewportSearch && !IsCancelled())
|
||||
SendStatistics(params, viewport, m_emitter.GetResults());
|
||||
}
|
||||
|
||||
void Processor::SearchCoordinates()
|
||||
|
|
Loading…
Add table
Reference in a new issue