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?