I've been trying to learn list::create and I'm having a problem with order by. I have a page that need an object_id as input but I can't figure out how to get -orderby to put that value into it's url.
I get
this_month?orderby=hit%5fdate%2casc
but I need
this_month?orderby=hit%5fdate%2casc&object_id=123
How do I get -orderby to add extra variables to it's url?