I'm using a (very good) developer in Ukraine and he insists on using brackets in the URL of my search query. (I can't remember why)
http://example.com/search/?Search[term]=go&Search[Store][address][city]=Oslo&Search[Store][address][country]=NO
I would rather like to see:
http://example.com/search/?term=go&city=Oslo&country=NO
I'm not sure how this will impact SEO, but usability wise, my "way" it's a lot more user friendly.
So my question is, should I or should I not use brackets in the URL?