[jQuery] Re: change ?q= to predefined param name or get field value for extraParams call

2009-05-20 Thread jakemonO
jax defined, change > > q: lastWord(term) > > to > > YourKey: lastWord(term) > > and it *should* work... it's surely easy enough to just give it a shot > > On May 19, 3:36 pm, jakemonO wrote: > > > Is there a way to change the ?q= parameter name to s

[jQuery] [autocomplete] change ?q= to predefined param name or get field value for extraParams call

2009-05-19 Thread jakemonO
Is there a way to change the ?q= parameter name to something that was predefined by the JSON emmitter? For example, Lotus Domino expects the querystring to be of the form "?Startkey=... ". Alternately, I can put that query in the extraParams call, but how do I populate the value portion of extraPa