下面的 FQL 查询导致NoIndexFunctionException,因为“current_location”不可索引。
https://graph.facebook.com/fql?q=SELECT%20uid,%20name,%20current_location%20FROM%20user%20WHERE%20uid=me()%20OR%20uid%20AND%20current_location%20IN%20(SELECT%20uid2%20FROM%20friend%20WHERE%20uid1=me())&access_token=CCAAC...
是否有过滤不可索引字段的替代方法?