I have a custom taxonomy called country, which is associated with certain posts with terms like "India", "US", "UK" etc.
Now I want to retrieve all posts that belong to the "country" taxonomy, irrespective of which term ("India", "US" etc) they have.
Is it possible to do it or do I have to write a custom SQL query to retrieve it?