I would like to add this link into the menu system:

/list/executives?sort=desc&order=credit

but, Drupal converts it to:

/list/executives%3Fsort%3Ddesc%3Forder%3DProducer%2Bcredit

which the Drupal table sort function cannot handle.

Could someone please suggest a work around?

Comments

jpsalter’s picture

I've made a page with the URL "list" and point my menu link to it. Then in the page "list" I have this redirect:

drupal_goto('list/executives','sort=desc&order=Producer+credit');