Get parameter in urlmanager

Hi, I want such a url to be created in the url manager
/ products / cat / honey? sort = visit
Until the honey section was created, but for the next time I want to get parameters as a get
‘products / cat / <catname:. *?>’ => ‘product / cat’,
What should I do?