I do not know if this request is too userish for this mailing list, if
so please take my apologises :)

I'm trying to modify the default search engine in the django admin
interface so that is can search metadata too like values depending on
sql COUNT() using google style prefixes in these cases or regexps.

I thought that the get_query_set and get_results methods of
django/contrib/admin/views/main.py where the right sposts, but after
inserting an assert False in the methods no exception is raised so I
imagine they are not the right place

Can somebody help me telling which class/method in the admin files is
responsible for the search engine so that I can extend it?

thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to