Opened 3 years ago

Last modified 3 years ago

#32649 closed Bug

django.contrib.admin.ModelAdmin.search_fields crashes for a search term with three quotes — at Version 1

Reported by: Dlis Owned by: nobody
Component: contrib.admin Version: 3.2
Severity: Release blocker Keywords: admin, search
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Dlis)

django.contrib.admin.ModelAdmin.search_fields now allows searching against quoted phrases with spaces but unfortunately search crashes for a search term like Foo "Bar "Baz" (with three quotes, some company names match such the pattern)

Change History (1)

comment:1 by Dlis, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top