Active
Project:
EntityFieldQuery Views Backend
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2012 at 09:26 UTC
Updated:
21 Feb 2013 at 14:57 UTC
To test out, I have set up a simple content type, with just a title and an integer field.
The list view works fine and shows the list of nodes and their field values retrieved from the mongodb
But if i add a filter to the view (either a preset filter or any exposed filter, or either the title or the integer field), the result is always empty.
Using:
EntityFieldQuery Views Backend 7.x-1.0-alpha3
MongoDB 7.x-1.0-rc2
MongoDB Storage 7.x-1.0-rc2
Edit:
Also observed that a filter on "nid" works, both as a preset filter and as an exposed filter,. All other fields' filters return a null result though
Comments
Comment #1
saitanay commentedMore info: gives this error on trying to search giving a value in exposed filter
Notice: Undefined variable: value in efq_views_handler_filter_field_numeric->op_simple() (line 26 of /var/www/xxx.com/d1/sites/all/modules/efq_views/handlers/efq_views_handler_filter_field_numeric.inc).
Comment #2
mcrittenden commentedThis seems critical to me. I can reproduce it as well.
Comment #3
mcrittenden commentedActually it appears this isn't as cut and dry as I thought. On a simple test view (exported below), an exposed filter works fine. Moving back to normal in that case--seems to be a little more edge casey.
Comment #3.0
mcrittenden commentedadded an obersvation