Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Version 1.0.10 (Query Sorting Patch)

Compare
Choose a tag to compare
@timothymarois timothymarois released this 11 Dec 02:39
· 38 commits to master since this release
  • Fixed query sort which allows for "natural order", issues before would assume "1" and "10" are equal in value, but this has been resolved with this update. Uses php strnatcasecmp()
  • Added argument results( false ) - false on results() method that allows it to return the full document object or (by default = true) only the document data.
  • Added argument first( false ) - false on first() method that allows it to return the full document object or (by default = true) only the document data.
  • Minor additions to the documentation.