Skip to content

SearchFilter with unaccent #7727

Closed
Closed
@gdvalderrama

Description

@gdvalderrama

Currently SearchFilter offers 4 restrictions:

  • '^' Starts-with search.
  • '=' Exact matches.
  • '@' Full-text search. (Currently only supported Django's PostgreSQL backend.)
  • '$' Regex search.

It would be great to have the possibility of using __unaccent lookup.

Example:

Search for "Héctor" would also return "Hector".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions