danarashad 17 Light Poster

I am having a problem with autosuggest. That creates a list with ',' in them.
Example the list values of my query is.

6-7 Reading (AMS, BMS, RMS)
6-7 Teaching Reading (CMS, KMS, NMS)
6-8 BD
6-8 Computer Applications & Computer Integrators

But when I am typing in my box for auto suggest. it cuts off after the first ,
So 6-7 should read 6-7 Reading (AMS, BMS, RMS), instead it reads 6-7 Reading (AMS
Is there away around this.
This is how I am returning, my list from the cfc.

<cfset getsearch = ValueList(q.audiencename)>
<cfreturn getsearch>