-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document multiparameter patern. #1020
Comments
Note that this isn't fully compatible with API use. e.g., take the range* multi filters. The actual query params have The multi-widget incompatibility should also be documented in the DRF integration section. |
Filtering is done as per the Spanning multi-valued relationships Django docs. If you need to filter two parameters in a single call to There's an example for this pattern here: https://gitlab.com/-/snippets/2237049 |
Different example in #1672 (comment) |
You need to filter on more that one parameter? Use a multi-widget to have all values passes as one to a single filter.
c.f. #977 (comment)
The text was updated successfully, but these errors were encountered: