Gelbooru

Notice: We are now selling NEW Gelbooru Merch~! Domestic shipping is free on all orders! Do you have an artist tag on Gelbooru? Let us know so we can properly credit you!

Ticket Information - ID: #1453


ID:Category:SeverityReproducibilityDate SubmittedUpdated By:
0001453Feature RequestnormalN/A12/17/25 12:18PM
Reporterglboot100
Assigned to:geltas
Resolution:Open
View StatusPublic
Version:
Target Version:N/A
Summary:deterministic alternative to sort:random, modulo:(integer)
Description:Rather than the inconsistent sort:random that gets fully scrambled with every new seed/change, i propose a modulo operation filter. id:(integer) returns one post that matches the id, modulo:(integer) should return all posts where `id%(integer)` returns 0.
for example modulo:2 should only shows posts with even ids, modulo:100 should return all posts with id
s ending in 00, etc.

this way you can browse your favourites in a way other than picking a random page in the middle or sort:random and as far as I can tell it should be fairly easy to code

as an optional addition you could maybe add something to change the hardcoded 0 so you can also get odd posts
Additional Info: