Match fritures with a broader tag that allows ';', fixes #776

This commit is contained in:
Pieter Vander Vennet 2022-05-01 23:06:31 +02:00
parent 92c6e70c8f
commit 174ced9967

View file

@ -37,7 +37,7 @@
"source": { "source": {
"=osmTags": { "=osmTags": {
"and": [ "and": [
"cuisine=friture", "cuisine~(.*;)?friture(;.*)?",
{ {
"or": [ "or": [
"amenity=fast_food", "amenity=fast_food",