﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
23212	"Wrong overpass query generated for ""key:"""	gaben	team	"==== What steps will reproduce the problem?
1. Open up the Overpass query wizard
2. Type in `name:`
3. Generate the query

==== What is the expected result?
For key query, it's enough to provide the key without tilde. See [osmwiki:Overpass_API/Overpass_QL#Exists]
{{{
[out:xml][timeout:90][bbox:{{bbox}}];
(
  nwr[""name""];
);
(._;>;);
out meta;
}}}

==== What happens instead?
An invalid query generated:
{{{
[out:xml][timeout:90][bbox:{{bbox}}];
(
  nwr[~""name""~""""];
);
(._;>;);
out meta;
}}}


==== Please provide any additional information below. Attach a screenshot if possible.

{{{
URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2023-09-26 14:10:25 +0200 (Tue, 26 Sep 2023)
Build-Date:2023-09-27 01:31:02
Revision:18846
Relative:URL: ^/trunk

Last errors/warnings:- 00079.440 E: Belső kiszolgálóhiba - <html>Az OSM szerver<br>'https://api.openstreetmap.org/api/0.6/'<br>belső szerverhibát jelentett.<br>Ez valószínűleg átmeneti probléma. Kérlek, próbáld újra később.</html>
}}}"	defect	closed	normal	23.11	Core		fixed	template_report overpass query wizard	
