Overriding q= parameter in Autocomplete plugin
Hi all, not sure if this or the JQuery Plugins group is best, I've
seen posts to both for Autocomplete!
I want to override the q= parameter sent to the server to change the
value. Currently it sends q=myquery, but I want to change it to be
q=myfieldtosearch:myquery. How can I intercept what the q value is
and modify it? I noticed that extraParams will add params, which is
cool, but doesn't directly help me on this.
Eric