Query Variable for Pagination

Using the built in WeWeb paginator, is there any way to update the url with a query parameter as pages are navigated?

I’ll check with the team and come back to you.

Just to be sure to 100% get what you mean, do you want to have a query variable updated on page change?

Yes. Something like the following:

https://www.indiehackers.com/?page=2

When the page is incremented, the variable gets updated. Then if the url is visited directly, it navigates directly to that page.

This technically isn’t a new page, but rather a variable that the page uses to change its behavior. So if I were you, I would get back the value from the query variable on page load if any, and filter the data accordingly