You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/filtering.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ So this is a first example:
27
27
GET /user?filter=[{"name":"first_name","op":"eq","val":"John"}] HTTP/1.1
28
28
Accept: application/vnd.api+json
29
29
30
-
In this example we want to retrieve person records for people named John. So we can see that the filtering interface completely fits that of SQLAlchemy: a list a filter information.
30
+
In this example we want to retrieve user records for people named John. So we can see that the filtering interface completely fits that of SQLAlchemy: a list a filter information.
31
31
32
32
:name: the name of the field you want to filter on
33
33
:op: the operation you want to use (all SQLAlchemy operations are available)
0 commit comments