Add 3+ layer parent/child relationships of tags to the tag library, and make them searchable based on parent/child status as well as by tag.
Use case:
Parent tag #Training
Child1 tag #StaffDevelopment
Child2 tag #RequiredCEUs
Child2 tag #TeamBuilding
Child1 tag #VolunteerEd
Child2 tag #Orientation
Child2 tag #SkillWorkshop
Child3 tag #SurveyAdmin
Child3 tag #FocusGroupMgmt
And so on. A search on the tag "Training" would deliver not only everything explicitly tagged "#Training" but all the child tagged-items; a search on #SkillWorkshop would deliver that plus its two child tags, and a search on "RequiredCEUs" would deliver only items with that specific tag.

-
Cecile LaBore commented
Yes, John-
Parent: SocialDeterminants
Child1: Food
Child2: Garden
Child3: Community
Child3: Youth
Child3: Hydroponic
Child2: Cooking
Child3: CommKitchen (Community Kitchen)
Child3: SpecNeeds (Special Needs Meals)
Child3: FoodEntrep (Food Entrepreneurship)
Child2: Nutrition
Child3: NutrCons (Nutrition Consultation)
Child3: Education
Child2: Distribution
Child3: FoodBank
Child3: MealDelivChild1: EconomicSec (Economic Security)
Child2: Family
Child3: FinancLit (Financial Literacy)
Child3: CreditAccess
Child3: AssetDev (Asset Development)
Child2: Community
Child3: MicroLoans
Child3: BusinessDevA report on everything we funded (time period) on Social Determinants of Health might include 9 results, tagged Parent/Child1/Child/2/Child3:
Food:Garden:Community (appID)
Food:Garden:Youth (appID)
Food:Cooking:SpecNeeds (appID)
Food:Nutrition:Education (appID)
Food:Distribution:FoodBank (appID1)
Food:Distribution:FoodBank (appID2)
EconomicSec:Family:CreditAccess (appID)
EconomicSec:Family:AssetDev (appID)
EconomicSec:Community:MicroLoans (appID)A report for the same time on our funding of Food-related SDH (Social Deteminant of Health) strategies would return only the 6 results tagged Child1/Child2/Child3:
Food:Garden:Community (appID)
Food:Garden:Youth (appID)
Food:Cooking:SpecNeeds (appID)
Food:Nutrition:Education (appID)
Food:Distribution:FoodBank (appID1)
Food:Distribution:FoodBank (appID2)A report looking at efforts to apply gardening to improve food quality as an SDH would return these two:
Food:Garden:Community (appID)
Food:Garden:Youth (appID)And a report looking for all the food banks we funded to address the food SDH would return these two:
Food:Distribution:FoodBank (appID1)
Food:Distribution:FoodBank (appID2)I hope this is helpful?
-
@Cecile - can you expand on this use case and provide another example?