Astrid Ivy
Astrid Ivy
The source code is... pretty unreadable, as there are almost no comments at all.
- Fix type coersion for geospatial queries - Maybe add a built-in utility typeclass for GeoJSON objects - Add example of using geospatial schema/ indexes / queries
This is the best way to perform case insensitive search, and should be supported. - Add a method to the cursor for collation (maybe make the Cursor a proxy of...
```javascript instance.assign({ field: 'newValue' }) ```
Change validation so that you can return a string to be used as a custom error message.
Give your models some extra oomph, by defining custom methods that can be called on model instances.
Allow queries to be constructed using references as if they were embedded documents: If a BlogPost Model contains a field that references the Author Model, should be able to do...
Right now, updating an embedded model doesn't update it in the models it is referenced in. This data flow should go both ways.