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: pages/14.database/05.data-sprunjing/docs.md
+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
@@ -22,7 +22,7 @@ Building queries that can handle all of these request parameters correctly, for
22
22
23
23
## Sprunje parameters
24
24
25
-
Every Sprunje can accept the following parameters. Typically, they are passed in as a query string in a `GET` request, then passed as the second argument in your Sprunje's constructor.
25
+
Every Sprunje can accept the following parameters. Typically, they are passed in the query string of a `GET` request, then passed along as the second argument of your Sprunje's constructor.
26
26
27
27
-`sorts`: an associative array of field names mapped to sort directions. Sort direction can be either `asc` or `desc`.
28
28
-`filters`: an associative array of field names mapped to queries. For example, `name: Attenb` will search for names that contain "Attenb."
0 commit comments