Doc for regex search filter

This commit is contained in:
borzdyko 2015-08-21 18:26:23 +03:00
parent 21d0e51831
commit f0782b9451

View File

@ -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: