We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f21cce commit e1bf0c7Copy full SHA for e1bf0c7
README.md
@@ -125,8 +125,8 @@ Run `json-server --help` for a list of options
125
JSON Server supports advanced querying out of the box:
126
127
```http
128
-GET /posts?views:gt=100 # Filter by condition
129
-GET /posts?_sort=-views # Sort by field (descending)
+GET /posts?views:gt=100 # Filter by condition
+GET /posts?_sort=-views # Sort by field (descending)
130
GET /posts?_page=1&_per_page=10 # Pagination
131
GET /posts?_embed=comments # Include relations
132
GET /posts?_where={"or":[...]} # Complex queries
0 commit comments