From a7d1c0657039a1c9ad225eaa142e11af5489d155 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 9 Jan 2020 11:43:08 -0600 Subject: [PATCH] Fix full text typo mysql => postgres As far as I can tell, Django supports full text search with PostgreSQL, not MySQL. I updated the wording. https://docs.djangoproject.com/en/3.0/topics/db/search/#document-based-search https://docs.djangoproject.com/en/dev/ref/contrib/postgres/search/ --- docs/api-guide/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/filtering.md b/docs/api-guide/filtering.md index 1bdb6c52b..bad57b441 100644 --- a/docs/api-guide/filtering.md +++ b/docs/api-guide/filtering.md @@ -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: