add how to use unaccent in filter search in docs

This commit is contained in:
Guiomar Valderrama 2021-02-28 16:06:03 +01:00
parent 50dd07db4a
commit dff5563da5

View File

@ -226,6 +226,7 @@ The search behavior may be restricted by prepending various characters to the `s
* '=' Exact matches.
* '@' Full-text search. (Currently only supported Django's [PostgreSQL backend](https://docs.djangoproject.com/en/dev/ref/contrib/postgres/search/).)
* '$' Regex search.
* '&' Accent-insensitive search. (Currently only supported Django's [PostgreSQL backend](https://docs.djangoproject.com/en/dev/ref/contrib/postgres/lookups/#unaccent).)
For example: