i have a search box,
when users search i am updating the page with search results using ajax (jquery). i want the ability to be to share search results. so i want to update the url at the same time to include the search query.
how can i then extract this query in the action method if users share the url?