johncrenshaw
johncrenshaw
The problem seems to happen specifically when a relative unit is used with other information that is more specific than the relative unit. The easiest example is "yesterday at 2:30pm"...
The current method for passing HAR data to the apiembed server is clunky and/or hard to use in cases where the HAR information is available at page load, or is...
- Updated find() to include all functionality from find() in the underlying collection. - Added findOne() support - Added a bunch of additional find wrappers - Modified to be aware...
Sorry, I accidentally clobbered an important line in my previous commit. You want this one (passes all tests.)
delete wasn't working with extended cursors (find and modify). This fixes that.