Closed jesusch closed 1 year ago
For the reference, work on this is done in sync-api branch.
Some refs (for clarification):
Any help on this is appreciated.
I believe this issue has been resolved in the 0.4.0 release in Dec 25, 2022. Current definition of BaseFilterSet.init() has the * separator, and is compatible with django-filter.
You will find the function definition here: https://github.com/barseghyanartur/django-mongoengine-filter/blob/master/django_mongoengine_filter/filterset.py#L189 in the latest release
@barseghyanartur you can close this issue :-)
Very low hanging fruit!
django-filter has a different constructor for BaseFilterSet https://github.com/carltongibson/django-filter/blob/master/django_filters/filterset.py#L190
I find it a bit odd as it's using '*' as parameter oO My local solution for now was: