django-pgcrypto-fields
django-pgcrypto-fields copied to clipboard
How are searches, filters and gets handled?
I noticed that adding these fields to search_fields in Django admin adds a lot of time to search overhead. Would it be worth me trying to override this search and encrypting the search term first? Or is that (or something better) already being done beneath the hood? Thanks