#26001: Make ModelAdmin.search_fields do an integer lookup for IntegerFields
------------------------------------------------+------------------------
               Reporter:  timgraham             |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  contrib.admin         |        Version:  master
               Severity:  Normal                |       Keywords:
           Triage Stage:  Accepted              |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 Currently,
 [https://github.com/django/django/pull/5883#issuecomment-167767767 all
 queries are done as string lookups] which gives something like this on
 PostgreSQL, for example:
 `("admin_views_pluggablesearchperson"."age"::text) = UPPER(20))`. It would
 be more efficient if the admin cast the search value to an integer and
 used that for the query.

--
Ticket URL: <https://code.djangoproject.com/ticket/26001>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.667043ba27322050382231106c4a08cd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to