#9063 closed (wontfix)
Feature request: Advanced search in Admin
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | search, admin | |
Cc: | andy@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The search in admin is useful, but a advanced search when you can specified the field you want search is more efficient then some filters of FK and M2M fields.
Is only a simple form in admin. In next days is probably that I send a patch for this.
Change History (4)
comment:1 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Yes, but a user can't specify online the fields that him want search, only a developer can (hard-coded)..
comment:3 by , 15 years ago
So? Is there any app on this?
I'm making a register of members (user database? I've no idea what it's called in english) which'll contain many thousands of members. And people have to make queries and searches etc to find the ones they want to mail/print out or whatever.
Did you code up a advanced-search app?
comment:4 by , 15 years ago
Cc: | added |
---|
I'm not sure what this is about;
search_fields
already lets you specify which fields you'd like to search.