From ae1afbe64e673e041748f907993a1270737098d1 Mon Sep 17 00:00:00 2001 From: Juergen Date: Sun, 17 Feb 2019 19:11:43 +0100 Subject: [PATCH] Used new nwr query with regular expression matching hotels and motels. --- Hotels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hotels.json b/Hotels.json index c8c1491..94c1b1d 100644 --- a/Hotels.json +++ b/Hotels.json @@ -4,6 +4,6 @@ "en": "Hotels" }, "query": { - "8": "(node[tourism=\"motel\"];node[tourism=\"hotel\"];)" + "8": "nwr[tourism~\"^.otel$\"]" } }