Commit f0782b94 by borzdyko

Doc for regex search filter

parent 21d0e518
...@@ -260,6 +260,7 @@ The search behavior may be restricted by prepending various characters to the `s ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment