Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 04ceff8

Browse files
author
Hans Kristian Flaatten
committed
Revamped feature list in README
1 parent 574c141 commit 04ceff8

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ MongoDB QueryString [![Build Status](https://drone.io/github.com/Turistforeninge
44
[![NPM](https://nodei.co/npm/mongo-querystring.png?downloads=true)](https://www.npmjs.org/package/mongo-querystring)
55

66
Accept MongoDB query parameters through URI queries safe and easy. This is
7-
useful when building an API and accepting various user specificed queries to
8-
your schema less database.
9-
10-
Allows you to specify you own custom query methods as well as accepting build
11-
in MongoDB basic operators such as `$ne`, `$gt`, `$lt`, `$regex`, `$exists` and
12-
build in support for advanced queries such as `$geoWithin` and `$near`.
7+
useful when building an API and accepting various user specificed queries.
8+
9+
## Features
10+
11+
* Basic operators
12+
* `$ne`
13+
* `$gt`
14+
* `$lt`
15+
* `$regex`
16+
* `$exists`
17+
* Geospatial operators
18+
* `$geoWithin`
19+
* `$near`
20+
* Custom queries
1321

1422
## Install
1523

0 commit comments

Comments
 (0)