Skip to content

[BUG] search_mode_toggle_enabled() is not properly working when using get_search_fields() #114

@roniemartinez

Description

@roniemartinez

DjangoQL does not work with autocomplete_fields when using get_search_fields() instead of the attribute search_fields.

This line in admin.py should be calling the self.get_search_fields() instead of self.search_fields:

return self.search_fields != DjangoQLSearchMixin.search_fields

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions