about 30 minutes ago this FQuery was working:
SELECT pid, src_small, src_big FROM photo WHERE object_id != '10150230120607577'
However, not it says I have to use an indexable field in the WHERE condition. The documentation says object_id is indexable and besides that the query with an =-operator works fine, but !=-operator is failing.
Anyone else is having this problem?
May or may not work, but try
<>instead of!=?Edit:
True answer seems to be related to this comment.