I have a page that properly responds to a query parameter (in this case, an ISBN). On another page (Hydralit @Probability ), I want to have a link that, when clicked on, changes the query parameter and goes to the first page.
Books In Print page is the list or jump off page. Book Detail Page displays different AI-generated content for any book in print given the ISBN.
so on Books In Print page:
> Title of Book(isbn)
When user clicks on Title of Book, query parameter changes to isbn, and user goes to Book Detail Page. How can I accomplish this?