codeigniter-mongodb-library icon indicating copy to clipboard operation
codeigniter-mongodb-library copied to clipboard

where_gt not working very well

Open apartamenti opened this issue 6 years ago • 2 comments

I am trying to get next and previous document.

$this->mongo_db->where_gt('_id',new MongoDB\BSON\ObjectId($id));

but the problem is $id has to be float to work in your where_gt function. If you know any other solutions please write me!

I like your library!

apartamenti avatar Mar 25 '18 14:03 apartamenti

This feature of MongoDB was implemented later version 3.2. A little later I'll finalize the code with the ability to support this functionality.

MongoDB documentation about this.

verkhoumov avatar Mar 27 '18 21:03 verkhoumov

Thank you!

apartamenti avatar Mar 27 '18 21:03 apartamenti