Is it possible to orderBy a field randomly
# orm-help
a
Is it possible to orderBy a field randomly
n
I guess one way might be to not specify
orderBy
for this field at all – then it'll be neither ascending nor descending (but is probably still deterministic so not sure if that fits your use case if you need a randomized order...)