I am working on a data list page that uses some filters (some select boxes with multiple value selection)
I need to be able to deep link this results so I need to pass all the params to the URL
if I pass a multilevel object (and not just key:value) pairs, I get [object Object] in the URL which is not good.
what would be the correct way to handle this? JSON.stringify?