Needs review
Project:
EntityFieldQuery Extra Fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2013 at 12:16 UTC
Updated:
31 Aug 2013 at 12:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
jonhattanExample sql results for a EFQ with two multivalued fields.
When a repeated value is found, we are not adding it to the results array, that's fine. Problem is that we're discarding the array of previous values, and picking the current duplicate value.