mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Fix full-text search docs (#7133)
This commit is contained in:
parent
373e521f36
commit
442a206502
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user