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 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8af6a3d6-8669-4fc5-a16a-1be9bb089111%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

