filtering on classes

I changed my Article class and since then the fetch function doesn't fetch articles properly.
I' ve used it just like you described. I even tried to put the identifier of the Article, like this:




   class_filter_type, 'include',


   class_filter_array, array( 'article' )




but I just don't get any articles. Without the attribute filtering it works fine. What's the problem?