drf-haystack icon indicating copy to clipboard operation
drf-haystack copied to clipboard

Return an empty query object instead of an empty list when no filter is passed

Open paoloose opened this issue 6 months ago • 0 comments

applicable_filters and applicable_exclusions are of type type(self.view.query_object). For better consistency, we should return an empty query object instead of an empty list.

paoloose avatar Dec 29 '23 17:12 paoloose