Follow-up from #1857240: Figure out multi valued fields.
If there's more than one field with multiple results, only one of them is populated correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | efq_extra_field-2078421.patch | 642 bytes | jonhattan |
Follow-up from #1857240: Figure out multi valued fields.
If there's more than one field with multiple results, only one of them is populated correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | efq_extra_field-2078421.patch | 642 bytes | jonhattan |
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.