0

I'm trying to create a custom REST API using Grape, but have hit a problem whereby I want to pass duplicate query string params for selected facets, such as

/search?fq=category:freezer&fq=brand:hotpoint.  

The params object only has the last duplicate query value, so was wondering whether this was actually possible with Grape API?

Uri Agassi
  • 36,848
  • 14
  • 76
  • 93
Pete
  • 1
  • 2
  • Unlike forum sites, we don't use "Thanks", or "Any help appreciated", or signatures on [so]. See [Should 'Hi', 'thanks,' taglines, and salutations be removed from posts?](http://meta.stackoverflow.com/questions/2950/should-hi-thanks-taglines-and-salutations-be-removed-from-posts). – rene Jun 07 '14 at 17:08
  • 1
    try `/search?fq[]=category:freezer&fq[]=brand:hotpoint` – Uri Agassi Jun 07 '14 at 18:35

0 Answers0