GitHub - ebensing/mongoose-within: shim to revert to 3.6 within/intersects syntax (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repository files navigation

Mongoose-within

In 3.7.x, we introduced new syntax for within() and intersects() queries

This is a shim to revert to the old syntax.

Installation

npm install mongoose-within

Use

var mongoose = require('mongoose'); var shim = require('mongoose-within');

shim(mongoose);

// you can now make queries using the old syntax...