I want to be able to read in the "Allowed Extensions" list from the database and print a dd list with it for use in a "refinement" macro that will allow people to JUST search for .doc, xls, etc. How would I do that?
Add SSc_extensions to $y in the init function of search.
Split that on "\space+" to break out the list.