Hey bros @NotATether, is it possible to implement pagination/paging directly on the site?

When I've gone too far, I want to go back to the page I want, but opening previous pages is a barrier for me. The solution is actually easy, just by changing:
Current page
https://talksearch.io/search?q=Bitcointalk&page=9
To
Page I want to see
https://talksearch.io/search?q=Bitcointalk&page=4
But it makes me a bit annoyed, after all, pagination can improve user experience to a better level.
As you said, this sort of change is very easy to do, and I will make sure to find some time with it.
Due to a lack of software available on Github for this purpose, I'm currently busy building a project for calculating "embeddings" in text classification LLMs. It is a software that is blatantly missing from open-source repositories, and essential for anybody who is building a search application without a paid-for Elasticseearch subscription, which are expensive, even though they package AI search directly.
The hope is that some others in the AI community will find it useful.
So I am not indexing new posts for now as the spam score calculation depends on this. Or maybe I will do that in parallel as it will benefit all. Technically, i can do it from a terminal using python scripts, but who likes doing it that way?
Edit: This is what it's going to look like:
https://bert-embedding-playground.lovable.app/ - it's designed to be self-hosted. This is just the frontend though, I haven't written much of the backend yet. And even the frontend was made by AI, because I suck at designing HTML by hand.

(Modified again to avoid double-posting)
New app update v1.0.5 publishedThis is a minor update that adds detailed pagination to search results.