On Thu, Jan 21, 2010 at 3:05 PM, Joe Calderon <calderon....@gmail.com> wrote: > thx much, i see now, having request handlers with the same name as the > query parsers was confusing me, i do however have an additional > problem, if i use defType it does indeed use the right query parser > but is there a way to not send all the query parameters in the url > (qf, pf, bf etc), its the main reason im creating the new request > handler, or do i put them all as defaults under my new request handler > and let the query parser use whichever ones it supports?
Yep, that's the ticket. Best practice is to leave "standard" (aka /select) alone and create other request handlers to put all your defaults under. -Yonik http://www.lucidimagination.com