I've had a question about this too, though specifically it doesn't really deal with pulling one "book". I was wondering what solutions people have for wanting to pull a set of books (to use the earlier example) from a category (say, biography) and then limit the list (for paging).
I had guessed that the solution would be to get the relevant category row, then pull all the books for that category, (findManyToManyRowset) but there doesn't seem to be a clean way to limit the books. I'm most likely missing something. brian
