send user to first page of results when reposting to page?

Perhaps set your form’s action to point to the first page of paged results, rather than the default (empty) of the current page.

<form action="_URL_to_first_page_" method="POST">

Keep in mind the URL is determined on the client side in the case of an empty action.