To keep pushing a random number on to the table would mean pushing an incrementing number to 50 records (at random) every 10mins, and then return on that descending, the volume of records doesnt matter that way.
c
CaptainCodeman
05/31/2022, 3:05 PM
you don’t need to keep updating them, just pick a random number to start at each time
j
John Robinson
06/04/2022, 3:41 AM
I am not getting the highest number, my config is
John Robinson
06/04/2022, 3:41 AM
'q' Â Â Â Â : '',
 'query_by' : 'title,tag,summary,vendor',
 'filter_by' : 'price:[0..1000000]',
 'query_by_weights' : '128,80,60,1',
 'sort_by'  : '_text_matchdesc,updated intdesc',
 'group_by' : 'vendor',
 'group_limit' : 1,
 'include_fields' : 'price, title,image,link',
 'page' : 1,
 'per_page' : 18,
 'highlight_fields' : 'title'