Skip to content

Commit fe6ae0e

Browse files
committedJul 31, 2018
Add disableDefaultSort in README
1 parent b70fd28 commit fe6ae0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ of type `GeoPoint`. This allows for indexed ```near``` queries. Default is `fal
6464
- Default is `false`.
6565
- If set to `true`, the database instance will not be attached to the datasource and the connection is deferred.
6666
- It will try to establish the connection automatically once users hit the endpoint. If the mongodb server is offline, the app will start, however, the endpoints will not work.
67-
67+
- **disableDefaultSort**: Set to `true` to disable the default sorting
68+
behavior on `id` column, this will help performance using indexed
69+
columns available in mongodb.
6870
### Setting the url property in datasource.json
6971

7072
You can set the `url` property to a connection URL in `datasources.json` to override individual connection parameters such as `host`, `user`, and `password`.

0 commit comments

Comments
 (0)
Please sign in to comment.