Well you get the same problem if you use jQuery's get(). It accepts an object for the url params. I'll try to pass an array of k/v pairs and see what happens. Thanks!
-----Original Message----- From: subscription-bounces+s472066u482...@n3.nabble.com on behalf of Chris Hostetter-3 [via Lucene] Sent: Thu 8/9/2012 12:10 PM To: Cirelli, Stephen J. Subject: Re: Multiple facet.field format alternative for GET Request : I'm using extjs 4 store.load and it accepts new parameters for a GET request : as an json object. : I can not put more than one property with the same name on a json object. ... : How can I pass multiple facet.field values to solr with out having to append : a new facet.field param to the GET url. Instead of doing I'm not familiar with extjs, but if it's a client library for creating HTTP requests, by my guess is you need to put the various "facet.field" values in an array -- that's the way most HTTP clients let you specify multiple key=val pairs with the same key when building an HTTP request. -Hoss ________________________________ If you reply to this email, your message will be added to the discussion below: http://lucene.472066.n3.nabble.com/Multiple-facet-field-format-alternative-for-GET-Request-tp4000218p4000226.html To unsubscribe from Multiple facet.field format alternative for GET Request, click here <http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4000218&code=U1RFUEhFTi5KLkNJUkVMTElAc2FpYy5jb218NDAwMDIxOHwyMTQ2OTQ4NzQw> . NAML <http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-facet-field-format-alternative-for-GET-Request-tp4000218p4000233.html Sent from the Solr - User mailing list archive at Nabble.com.