Search code examples
facebookfacebook-graph-apifacebook-fql

name column in user table not indexable anymore?


I trying execute next FQL query

SELECT uid FROM user WHERE name='Vovka'

and getting
(#604) Your statement is not indexable. The WHERE clause must contain an indexable column. Such columns are marked with * in the tables linked from http://developers.facebook.com/docs/reference/fql"

but earlier this kind of query worked fine, and there http://developers.facebook.com/docs/reference/fql/user/ the name column also marked as indexable.

Tell me please what I'm doing wrong?

Thanks, Volodymyr.


Solution

  • This is a currently (2010-10-29) open bug in Facebook's bug tracker - see https://developers.facebook.com/bugs/266794040030851 for the status