mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Doc for regex search filter
This commit is contained in:
parent
21d0e51831
commit
f0782b9451
|
@ -260,6 +260,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.)
|
||||
* '$' Regex search.
|
||||
|
||||
For example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user