You can add your fields in search_fields in ModelAdmin to make them
searchable.

On Thu, 21 Jan 2016 at 03:35 Keehun Nam <kee...@gmail.com> wrote:

> Hi Django Users,
>
> Is there a preexisting solution where I can have an admin widget like
> horizontal_filter except it has the ability to search by the model's fields
> (not just the string representation in a list?
>
> Say I have a PERSON model with fields: Name, Country, and Vehicle Type.
> Right now, what I'm doing is overriding __str__ on PERSON to show "Full
> Name (Country, Vehicle Type)" so I can search by typing into the search bar
> in the horizontal_filter whatever I'm looking for and get it searched that
> way.
>
> However, this is not very scalable when you have more than a few fields.
> Any packages?
>
> I have a few text fields (with choices) that I'd like to filter by.
>
> Thank you,
> Keehun Nam
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/cec2a5a2-be55-4b70-b398-d4cf38bb9f93%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/cec2a5a2-be55-4b70-b398-d4cf38bb9f93%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAByqUgiFZOxZ%3D65YM_KDV1qG8LC1j6N8rBwvg6%3DZutCE4EHc%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to