You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: