Opened 19 years ago
Closed 19 years ago
#2379 closed defect (fixed)
[patch] [3248] breaks full-text search
Description ¶
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.
Change History (2)
by , 19 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3400]) Fixed #2379 -- Fixed 'search' DB lookup parameter, which was broken by [3248]. Thanks, Tim Keating