I have a content type that can have several locations. I need to assign a term to each location (offices, warehouse) like in taxonomy, so I can create exposed Views filter so locations can be searched according to the terms they are marked with.

Is this possible? How would I go about doing it?

Comments

ankur’s picture

Status: Active » Closed (fixed)

This is possible in several ways. You can use location_taxonomy or you can create a separate node type whose purpose is to store the re-usable location and then a node reference in the another content type that references the content type with the re-usable location. You views would then need to use the node reference field in a view relationship.