When search params are provided as an object they will be set (can override duplicates).
When search params are provided as an array they will be append (duplicates will remain), and values that are arrays will be split into multiple search params of the same key.
When search params are provided as an object they will be
set
(can override duplicates). When search params are provided as an array they will beappend
(duplicates will remain), and values that are arrays will be split into multiple search params of the same key.