mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-17 03:51:03 +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.
|
* '^' Starts-with search.
|
||||||
* '=' Exact matches.
|
* '=' Exact matches.
|
||||||
* '@' Full-text search. (Currently only supported Django's MySQL backend.)
|
* '@' Full-text search. (Currently only supported Django's MySQL backend.)
|
||||||
|
* '$' Regex search.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user