Skip to content

Conversation

edison7500
Copy link

support mongoengine search

in django settings.py

REST_FRAMEWORK = {
    'DEFAULT_FILTER_BACKENDS': [
        'django_rest_framework_mongoengine.filters.MongoEngineSearchFilter',
    ],
}

@oussjarrousse
Copy link

I don't recommend merging this pull request as the package six was deprecated in Django 3.x.
Just update the function from from rest_framework.filters.SearchFilter before

@IATF
Copy link

IATF commented Nov 20, 2022 via email

@edison7500
Copy link
Author

I don't recommend merging this pull request as the package six was deprecated in Django 3.x. Just update the function from from rest_framework.filters.SearchFilter before

this pr is 4 years ago.
please close it.

@BurkovBA BurkovBA closed this Mar 22, 2023
@IATF
Copy link

IATF commented Mar 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants