I'm trying to figure out how to display a list of all the unique values that have been entered in a metadata text field. I thought I could use a Search List asset to do this for me, but it seems to only operate on a word-by-word level, so if the values that have been used in assets are:
- Red Seminar Series
- Blue Seminar Series
- Blue Lectures
What I get back from the search list is:
- red
- seminar
- series
- blue
- lectures
Is there a way to get the search list to treat the whole field value as a single term? Or some other way to get this listing? I also tried setting up an asset listing and grouping by the value of this field, but it chokes and dies with the number of assets involved, whereas the Search List renders in under 2s.