multiple arguments with the same name
regarding the data argument of .ajax()
is it possible to have two keys with the same name (but different values)
is data :
{
month:'june',
month:'july'
}
This is a sample GET request where multiple fields are called facet.query so that multiple values can be passed
&facet=true
&facet.query=price:[* TO 100]
&facet.query=price:[100 TO 200]
&facet.query=[price:200 TO 300]
&facet.query=price:[300 TO 400]
&facet.query=[price:400 TO 500]
&facet.query=price:[500 TO *]