Uploading specific data into QGIS using the QuickOSM plugin

I’m currently working on mapping centennial farms in OSM, but I need to upload that data into QGIS, I’m trying to use the QuickOSM plugin through the quick query. But everytime I run a query, the results show “Successful query, but no OSM data matched the Overpass query on this Overpass server”. These are the tags I’m using

key tag
designation [Centennial / Sesquicentennial / Bicentennial] Farm
historic yes
place farm
source:historic Illinois Department of Agriculture

Any help would be greatly appreciated!

Upload? Is your QGIS online?

There is no data with this “designation” value

O.k. the designation only contains “Centennial” or “Sesquicentennial” or “Bicentennial”

it looks like yo can reduce your query to

[out:xml] [timeout:25];
(
    nwr["source:historic"="Illinois Department of Agriculture"];
);
(._;>;);
out body;