Donmai

Is it possible to do this ?

Posted under General

Consider adding order:id and/or a date filter if you want to search from the oldest posts first. For example, the query touhou order:id date:2023-01-01.. will search for Touhou posts starting with the oldest one uploaded since the start of 2023, meaning that the first post to be uploaded in 2023 of Touhou will be the very first result and so on.

If you want to paginate some more, just use the date trick. Find the date of the last post that you can access then use that as part of your filter. So for example if the 1000th Touhou post you can see is dated 2024-01-01, then touhou date:..2024-01-01. Repeat as needed.

What i am trying to do is to view oldest posts and go through them until current posts and i wanna use the post id to save where i am left off when i visit the site again and still be the oldest post but i can't really do that with just 2 tags limit

You can use a-b pages to do that.

Now the navigation will be ID relative, and you can move through pages regardless of the amount of posts in a search. This method ignores account limits and you can reach the very last post this way even in really large searches.
If you use the navigation buttons at the bottom of the page or the keyboard shortcuts A/D to move forward or backwards between pages, the site will preserve this pagination method.
You can do the opposite and view all posts after a certain ID by adding &page=a<post id> instead. b stands for "before" and a stands for "after" a certain post ID.

1