forked from organicmaps/organicmaps
Merge pull request #4880 from igrechuhin/search
[search] [ios] Blocked search filters.
This commit is contained in:
commit
9fc297a9b7
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue