* needs_docs: 0 => 1
* ui_ux: => 0
* type: Bug => New feature
* easy: => 0
Comment:
#17039 reported this again. Also given the current behavior is documented
(https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.search_fields)
I'd call this ticket a new feature, not a bug. Also, I don't see that the
doc mentioning the inability to search exactly on phrases with spaces is
changed by the newest patch here so I think there is some doc change
needed in addition to what is added by the patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/6933#comment:13>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by llybin):
Django 2.1.7 same behavior.
--
Ticket URL: <https://code.djangoproject.com/ticket/6933#comment:14>
Comment (by Alix Léger):
[https://github.com/django/django/pull/#### PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/6933#comment:15>
* owner: diafour => Alix Léger
* needs_docs: 1 => 0
* status: new => assigned
* needs_tests: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/6933#comment:16>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/6933#comment:17>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/6933#comment:18>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"26a413507abb38f7eee4cf62f2ee9727fdc7bf8d" 26a41350]:
{{{
#!CommitTicketReference repository=""
revision="26a413507abb38f7eee4cf62f2ee9727fdc7bf8d"
Fixed #6933 -- Added support for searching against quoted phrases in
ModelAdmin.search_fields.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/6933#comment:19>