Reviewed & tested by the community
Project:
EntityFieldQuery Views Backend
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2013 at 22:01 UTC
Updated:
14 Jul 2015 at 07:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Jorrit commentedI see the code has changed in 7.x-1.x-dev. I will see if it is fixed.
Comment #2
Jorrit commentedIt is still a problem, I will work on a patch and tests.
Comment #3
Jorrit commentedPlease see attached patch.
Comment #4
majorrobot commentedAh, that explains a lot. This would be an extremely helpful fix. As things stand, fields and filters are severely limited.
Comment #5
asgorobets commentedThe patch worked for me.
It would be a pretty major feature since there are plenty of multi-column fields.
For example prior to patching the module Address field would always try to work with address.data column which is the last one in columns list (using exposed filter).
Thanks Jorrit,
Well done!
Comment #6
well mannered squirrel commentedThis patch works for me as well.
Does it require further testing ?
To echo the comments above, this patch adds an important feature and greatly improves the usability of Views w/ MongoDB. I would like it to be added to the trunk as soon as possible.
Thank you
Comment #7
k_zoltan commentedTested on simplytest.me
with this patch https://dexf.ply.st/test
without this patch https://dexm.ply.st/test
This patch clearly does it job and based on comments before me it can be set to RTBC
I also set a higher priority since