Skip to content

Commit 442a206

Browse files
flackdlrpkilby
authored andcommitted
Fix full-text search docs (#7133)
1 parent 373e521 commit 442a206

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
@@ -212,7 +212,7 @@ The search behavior may be restricted by prepending various characters to the `s
212212

213213
* '^' Starts-with search.
214214
* '=' Exact matches.
215-
* '@' Full-text search. (Currently only supported Django's MySQL backend.)
215+
* '@' Full-text search. (Currently only supported Django's [PostgreSQL backend](https://docs.djangoproject.com/en/dev/ref/contrib/postgres/search/).)
216216
* '$' Regex search.
217217

218218
For example:

0 commit comments

Comments
 (0)