I have several term sets that are being used by columns in custom content types. I would like to get a count of how many items are out there using each term set. Is there an easy way to do this?
I tried using WHERE ( CONTAINS (myColumn,'*') ) with search coder for each of the columns but Apparently this is not something that you can do...