[search] [ios] Blocked search filters.

This commit is contained in:
Ilya Grechuhin 2016-12-06 12:18:58 +03:00
parent 3b5ba553f5
commit bd62eee705

View file

@ -117,7 +117,9 @@ using TObservers = NSHashTable<__kindof TObserver>;
- (void)checkIsHotelResults:(search::Results const &)results
{
self.isHotelResults = search::HotelsClassifier::IsHotelResults(results);
// TODO: Uncomment on release with search filters.
self.isHotelResults = NO;
// self.isHotelResults = search::HotelsClassifier::IsHotelResults(results);
m_filterQuery = m_everywhereParams.m_query;
}