forked from organicmaps/organicmaps
[search] [ios] Enabled search filters.
This commit is contained in:
parent
8b5398dbd1
commit
a233fa9dd8
1 changed files with 1 additions and 3 deletions
|
@ -124,9 +124,7 @@ using TObservers = NSHashTable<__kindof TObserver>;
|
|||
|
||||
- (void)checkIsHotelResults:(search::Results const &)results
|
||||
{
|
||||
// TODO: Uncomment on release with search filters.
|
||||
self.isHotelResults = NO;
|
||||
// self.isHotelResults = search::HotelsClassifier::IsHotelResults(results);
|
||||
self.isHotelResults = search::HotelsClassifier::IsHotelResults(results);
|
||||
m_filterQuery = m_everywhereParams.m_query;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue