File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ As this feature depends on `django-filter` you need to run
205
205
#### SearchFilter
206
206
207
207
To comply with JSON: API query parameter naming standards, DRF's
208
- [ SearchFilter] ( https://django-rest-framework.readthedocs.io/en/latest /api-guide/filtering/#searchfilter ) should
208
+ [ SearchFilter] ( https://www. django-rest-framework.org /api-guide/filtering/#searchfilter ) should
209
209
be configured to use a ` filter[_something_] ` query parameter. This can be done by default by adding the
210
210
SearchFilter to ` REST_FRAMEWORK['DEFAULT_FILTER_BACKENDS'] ` and setting ` REST_FRAMEWORK['SEARCH_PARAM'] ` or
211
211
adding the ` .search_param ` attribute to a custom class derived from ` SearchFilter ` . If you do this and also
You can’t perform that action at this time.
0 commit comments