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
Django removed the __search lookup. It would be good to reimplement it here, with a custom Index class for creating the index, and database functions for doing searching. Compare with django.contrib.postgres' search functions: https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/search/
The text was updated successfully, but these errors were encountered:
Django removed the
__search
lookup. It would be good to reimplement it here, with a customIndex
class for creating the index, and database functions for doing searching. Compare withdjango.contrib.postgres
' search functions: https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/search/The text was updated successfully, but these errors were encountered: