#2379: [patch] [3248] breaks full-text search
------------------------------+---------------------------------------------
Reporter: Tim Keating | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Database wrapper | Version: SVN
Severity: normal | Keywords:
------------------------------+---------------------------------------------
Change [3248] results in full-text search queries (e.g. {{{
string__search: 'foo' }}}) getting assigned a lookup_type of 'exact'. I
haven't quite managed to untangle why, but this causes lookup_inner to
break around line 847, similar to what is reported with #2287 and #2348.
This one-liner fixes the problem, but it may not be exactly the right
thing to do here.
--
Ticket URL: <http://code.djangoproject.com/ticket/2379>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---