reindexer
reindexer copied to clipboard
random sorting?
Is it possible to make query with some criteria and select only N (for example 10) records sorted in random order?
Something similar to mysql select id from table order by rand() limit 10
Currently there is no such thing in Reindexer. However, we have this feature in our backlog, so it will be added one day