-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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.
Reactions are currently unavailable