Thank you, that works fine!
On Thu, Jul 15, 2010 at 2:01 PM, Yonik Seeley <yo...@lucidimagination.com> wrote: > On Thu, Jul 15, 2010 at 12:49 PM, Rodrigo Rezende <rcreze...@gmail.com> wrote: >> Yeah, it is redundant, but I am using that to use the solr query >> response as input of a plugin function: >> >> http://localhost:8983/solr/articles.0/select/?q={!func}myFunction(query({!query >> v='the query string here'})) > > This might be easier (requires no escaping of the query string): > http://localhost:8983/solr/articles.0/select/?q={!func}myFunction(query($qq))&qq=the > query string here > > -Yonik > http://www.lucidimagination.com >