[search] [ios] Enabled search filters.

This commit is contained in:
Ilya Grechuhin 2017-01-09 15:37:46 +03:00
parent 8b5398dbd1
commit a233fa9dd8

View file

@ -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;
}