Skip to content

Commit 94eb804

Browse files
authored
Update filtering.md (#8331)
1 parent c5be86a commit 94eb804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api-guide/filtering.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The search behavior may be restricted by prepending various characters to the `s
224224

225225
* '^' Starts-with search.
226226
* '=' Exact matches.
227-
* '@' Full-text search. (Currently only supported Django's [PostgreSQL backend](https://docs.djangoproject.com/en/dev/ref/contrib/postgres/search/).)
227+
* '@' Full-text search. (Currently only supported Django's [PostgreSQL backend][postgres-search].)
228228
* '$' Regex search.
229229

230230
For example:
@@ -374,3 +374,4 @@ The [djangorestframework-word-filter][django-rest-framework-word-search-filter]
374374
[drf-url-filter]: https://github.com/manjitkumar/drf-url-filters
375375
[HStoreField]: https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/fields/#hstorefield
376376
[JSONField]: https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/fields/#jsonfield
377+
[postgres-search]: https://docs.djangoproject.com/en/stable/ref/contrib/postgres/search/

0 commit comments

Comments
 (0)