Hello
can someone tell me why all 'custom' the GET parameters (except the once used from admin directly like ?q or ?o) are getting removed from the request before get_search_results is called on an admin.ModelAdmin instance?
i do see all the GET parameters in get_changelist but they are removed on get_search_results.
POST parameters are not removed.
I'm trying to build some custom search functionality with more than one search field.
_rene