Skip to content

Commit ea2ebf6

Browse files
bary12lovelydinosaur
authored andcommitted
fix quote was outside of inline code (#6830)
1 parent da1c6d4 commit ea2ebf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ For example:
219219

220220
search_fields = ['=username', '=email']
221221

222-
By default, the search parameter is named `'search`', but this may be overridden with the `SEARCH_PARAM` setting.
222+
By default, the search parameter is named `'search'`, but this may be overridden with the `SEARCH_PARAM` setting.
223223

224224
To dynamically change search fields based on request content, it's possible to subclass the `SearchFilter` and override the `get_search_fields()` function. For example, the following subclass will only search on `title` if the query parameter `title_only` is in the request:
225225

0 commit comments

Comments
 (0)