Re: How to compose a query from multiple HTTP URL parameters?

2010-03-28 Thread Conal Tuohy
Chris Hostetter wrote: : select?Species=Pseudonaja+textilis&Hospital=Griffith+Base+Hospital : : ... instead of: : : q=Species:'Pseudonaja+textilis'+Hospital:'Griffith+Base+Hospital' Try this, i *think* it will work for you... q=%2B_query_:"{!field+f=Species+v=$Species}"+%2B_query_="{!field+f

How to compose a query from multiple HTTP URL parameters?

2010-03-24 Thread Conal Tuohy
I would like to be able to specify a query over multiple fields using just an HTML form with different parameters for the different fields. Is it possible to configure Solr to accept a URL of this form: select?Species=Pseudonaja+textilis&Hospital=Griffith+Base+Hospital ... instead of: q=Speci