Fix full-text search docs (#7133)

This commit is contained in:
Danny 2020-01-11 00:38:29 -06:00 committed by Ryan P Kilby
parent 373e521f36
commit 442a206502

View File

@ -212,7 +212,7 @@ The search behavior may be restricted by prepending various characters to the `s
* '^' Starts-with search.
* '=' Exact matches.
* '@' 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/).)
* '$' Regex search.
For example: