Append URL for advanced search to force custom sort?

We would like to move away from the date created descending order default sort for searches on our site. I’ve managed to force ascending sort by DC title field in browse pages and basic searches by appending the URL with &sort_by=dcterms:title&sort_order=asc but I do not know how to do this for the advanced search page.

Is there some lightweight way to do that? Or, to set the default sort to those values for the entire site?

Thanks.

Adding in <input type="hidden" name="sort_by" value="dcterms:title"> (and similarly for sort_order) into the <form> for the advanced search will make it apply those settings to every search performed.

Facepalm. Yeah, that worked. Thanks!