So i have a custom_field set for "gender" with a value 0 or 1.
In the query where hash i use where:{gender:1,age:25}
For some weird reason only the "gender" field seems to fail the query. It never finds them even if the gender is actually set to 1.
If i just search for where:{age:25} i do receive the user, and the custom_field value for gender is 1 on the user...
Anyone have any suggestions?