-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting Not working #12
Comments
Hi Tom, I'm facing some issues while sort based on date While sorting , result set is incorrect |
I'll try and take a look this weekend! |
Can someone help me? $obj_query = (new \Search\Query('createdon > ' . $timex)) Can someone help, what I should be substituting in the place of "Query::ASC" to get sorted in Ascending order? Thank you! |
Tom -- can you please let me know how I should pass ASC and DESC to the sort function? if I give sort ('createdon','DESC') its not working. |
Hey there, Sorry - snowed under at the moment. Will take a look ASAP |
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.
The text was updated successfully, but these errors were encountered: