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 f3e092c commit adeb30bCopy full SHA for adeb30b
README.rst
@@ -534,7 +534,10 @@ Below is the procedure for encoding a complex query:
534
* URL-encode the individual querystrings.
535
* Wrap the encoded strings in parentheses, and join with operators.
536
* URL-encode the entire querystring.
537
-* Set as the value to the complex filter param (default: ``filters``).
+* 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
541
542
Using the first example, these steps can be visualized as so:
543
0 commit comments