Don't include coffee places in restaurant search

This commit is contained in:
2026-03-22 19:23:16 +04:00
parent bb77ed8337
commit 0c2d1f8419

View File

@@ -13,7 +13,9 @@ export const POI_CATEGORIES = [
id: 'restaurants', id: 'restaurants',
label: 'Restaurants', label: 'Restaurants',
icon: 'fork-and-knife', icon: 'fork-and-knife',
filter: ['["amenity"~"^(restaurant|fast_food|food_court|pub|cafe)$"]'], filter: [
'["amenity"~"^(restaurant|fast_food|food_court|pub|cafe)$"]["cuisine"!~"coffee"]',
],
types: ['node', 'way'], types: ['node', 'way'],
}, },
{ {