Closed (fixed)
Project:
Location
Version:
6.x-3.1-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2010 at 23:02 UTC
Updated:
19 Aug 2011 at 23:34 UTC
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
Comment #1
ankur commentedThis 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.