Skip to content

Commit adeb30b

Browse files
committed
Clarify complex filters parameter usage
1 parent f3e092c commit adeb30b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,10 @@ Below is the procedure for encoding a complex query:
534534
* URL-encode the individual querystrings.
535535
* Wrap the encoded strings in parentheses, and join with operators.
536536
* URL-encode the entire querystring.
537-
* Set as the value to the complex filter param (default: ``filters``).
537+
* Set as the value to the complex filter param (e.g., ``?filters=<complex querystring>``).
538+
539+
Note that ``filters`` is the default parameter name and can be overridden in the backend class.
540+
538541
539542
Using the first example, these steps can be visualized as so:
540543

0 commit comments

Comments
 (0)