Closed (fixed)
Project:
Drupal core
Component:
taxonomy.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jul 2005 at 10:25 UTC
Updated:
12 Oct 2005 at 07:20 UTC
Nodes are repeated when asking for terms in or each other (ex. term 25 or term 27).
same symptoms as http://drupal.org/node/22469, where the problem appeared only when dealing with terms in 'and'.
the attached patch solves the problem, due to the erroneous elimination of the distinct clause in the query issued for 'or' terms.
Same problem occurs also in Drupal 4.6.0 and Drupal 4.6.1.
Matteo
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_distinct_part2.patch | 974 bytes | matteo |
Comments
Comment #1
matteo commentedDid anyone notice this problem ??
Matteo
Comment #2
Kobus commentedMatteo,
If you aksed whether someone noticed that the problem exists, then yes, I have noticed it on one of my sites, and I have patched my site according to your patch, thanks. I used 4.6.1 at that time, now 4.6.2, and it applied to both versions, so I think it can be applied.
I think this is an important patch, and hope that this get applied soon!
Regards,
Kobus
Comment #3
dries commentedchx -- I believe this is a change you're familiar with ...
Comment #4
chx commentedOld sweeping changes come back to haunt me? yes, that's a DISTINCT that needs to get back.
Comment #5
dries commentedCommitted to DRUPAL-4-6 and HEAD.
Comment #6
(not verified) commentedComment #7
(not verified) commentedComment #8
Tobias Maier commentedComment #9
(not verified) commentedComment #10
(not verified) commentedComment #11
(not verified) commented