Hi
while search , Based on VID i'm sorting but in result set in between some of the records are missing
my code is
$GLOBALS['obj_video_store'] ->search((new \Search\Query('VID <'.$_GET['lastRecordId']))->limit(10)->sort('VID'));
can you tell me what mistake i'm doing here, Please.
Hi
while search , Based on VID i'm sorting but in result set in between some of the records are missing
my code is
$GLOBALS['obj_video_store'] ->search((new \Search\Query('VID <'.$_GET['lastRecordId']))->limit(10)->sort('VID'));
can you tell me what mistake i'm doing here, Please.