When using the "Filter by Type Description" is there a way to put in multiple descriptions or use wild cards to see different descriptions? For instance, I like to look at helicopters. If I put "H2T" in the Filter by Type Description, I can see twin engine helicopters (EC35,EC45, H60, B429), but the the single engine turbine helicopters (B06,B407, AS35) and single engine piston helicopters (R22,R44) are excluded. Is there filter syntax to view H2T (and) H1T (and) H1P all at the same time? Would a wildcard work in this situation, like H**?
Just put in H The universal wildcard is .* which means any character an arbitrary number of times. H.T would be only turbine helicopters with the middle character being arbitrary. H* means an arbitrary number of H repeated