1

my coredata structure contains "folder"s. Every folder can have a parent folder which can have a parent folder which can have a parent folder and so on. Folder can also have entities called "item". Folder has also property called "visible".

I want to retrieve all "item"s whose folder (and every parent folder if there is) has visible == true. How I can make this kind of NSPredicate?

mikkokut
  • 382
  • 1
  • 12
  • 1
    Check this out: http://stackoverflow.com/questions/3392587/help-with-coredata-making-a-nspredicate-recursive-searching – Adam Aug 17 '12 at 19:00

0 Answers0