Search query only shows partial results

Hi,

I used overpass-turbo to query my area for castles with the following code:

node
[historic=castle]
({{bbox}});
out body;

The results leave out quite a lot of items which should belong to this query. For example:

this is included: https://www.openstreetmap.org/way/164226095#map=17/49.01698/7.52714
this is not included: https://www.openstreetmap.org/way/107952742#map=19/50.18237/7.48137

Do you have any suggestions why this happens or which query to use to get the correct results?

The second one is only mapped as a way. Replace the “node” in your query with “nwr” to get all historic castles, whether they are mapped as node, way or relation.

Am I missing something? How can the 1st one be returned when it is only mapped as a way?

when I run their query in that area, I get an empty result: http://overpass-turbo.eu/s/Tqy