We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373e521 commit 442a206Copy full SHA for 442a206
docs/api-guide/filtering.md
@@ -212,7 +212,7 @@ The search behavior may be restricted by prepending various characters to the `s
212
213
* '^' Starts-with search.
214
* '=' Exact matches.
215
-* '@' Full-text search. (Currently only supported Django's MySQL backend.)
+* '@' Full-text search. (Currently only supported Django's [PostgreSQL backend](https://docs.djangoproject.com/en/dev/ref/contrib/postgres/search/).)
216
* '$' Regex search.
217
218
For example:
0 commit comments