|
9 | 9 |
|
10 | 10 | ## Features
|
11 | 11 |
|
12 |
| - - fluent query builder api |
13 |
| - - custom base query support |
14 |
| - - MongoDB 2.4 geoJSON support |
15 |
| - - method + option combinations validation |
16 |
| - - node.js driver compatibility |
17 |
| - - environment detection |
18 |
| - - [debug](https://github.com/visionmedia/debug) support |
19 |
| - - separated collection implementations for maximum flexibility |
| 12 | +- fluent query builder api |
| 13 | +- custom base query support |
| 14 | +- MongoDB 2.4 geoJSON support |
| 15 | +- method + option combinations validation |
| 16 | +- node.js driver compatibility |
| 17 | +- environment detection |
| 18 | +- [debug](https://github.com/visionmedia/debug) support |
| 19 | +- separated collection implementations for maximum flexibility |
20 | 20 |
|
21 | 21 | ## Use
|
22 | 22 |
|
@@ -1299,9 +1299,9 @@ The trace function is passed (method, queryInfo, query)
|
1299 | 1299 |
|
1300 | 1300 | - method is the name of the method being called (e.g. findOne)
|
1301 | 1301 | - queryInfo contains information about the query:
|
1302 |
| - - conditions: query conditions/criteria |
1303 |
| - - options: options such as sort, fields, etc |
1304 |
| - - doc: document being updated |
| 1302 | + - conditions: query conditions/criteria |
| 1303 | + - options: options such as sort, fields, etc |
| 1304 | + - doc: document being updated |
1305 | 1305 | - query is the query object
|
1306 | 1306 |
|
1307 | 1307 | The trace function should return a callback function which accepts:
|
@@ -1395,8 +1395,8 @@ If you need to specify tags, pass an instance of your drivers ReadPreference con
|
1395 | 1395 |
|
1396 | 1396 | ## Future goals
|
1397 | 1397 |
|
1398 |
| - - mongo shell compatibility |
1399 |
| - - browser compatibility |
| 1398 | +- mongo shell compatibility |
| 1399 | +- browser compatibility |
1400 | 1400 |
|
1401 | 1401 | ## Installation
|
1402 | 1402 |
|
|
0 commit comments