No Name
No Name
Hi, @brothergiez! Do you seen [wiki](https://github.com/verkhoumov/codeigniter-mongodb-library/wiki)? Read [LIKE documentation](https://github.com/verkhoumov/codeigniter-mongodb-library/wiki/Select-queries#likefield-regex-flags-enablestartwildcard-enableendwildcard). You need use like this construction: `$this->mongo_db->like('comment_date', '2018-08-29', 'i', true, false)->count('comments');`
Hi, @medioncedilip! This problem is not related to the current library. You need to compile mongodb with libmongoc. Try check [this](https://github.com/doctrine/DoctrineMongoDBBundle/issues/450).
Hi, @mullernato! At the moment I'm not ready to make innovations. Only fixes existing errors. Perhaps a little later I will consider your proposal. Sorry.
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](https://docs.mongodb.com/v3.6/reference/bson-type-comparison-order/#bson-types-comparison-order) about this.