Is there a way setting multiple query parameters of the same key using $location.path.search
i.e. /categloue?cat=tents&cat=fourperson
It only uses the last item..
$location.path('/categloue').search({ cat: 'tents', cat: 'fourperson' })
gives
i.e. /categloue?cat=fourperson