Construction predicate using CoreStore #298

Closed
opened 2025-12-29 15:28:23 +01:00 by adam · 0 comments
Owner

Originally created by @Lapinou42 on GitHub (Dec 17, 2019).

Hello,

First of all, thank you for this amazing library !
I can't find a solution to achieve this: I just want to get all the pages in my library.

So, a function that should looks like:

func pages(inLibrary id: String) -> [Page] {
    //What is the predicate should I use to achieve this ? 
}

Thank you for your explanations.
Best regards,

Capture d’écran 2019-12-17 à 13 59 59

Originally created by @Lapinou42 on GitHub (Dec 17, 2019). Hello, First of all, thank you for this amazing library ! I can't find a solution to achieve this: I just want to get all the pages in my library. So, a function that should looks like: ``` func pages(inLibrary id: String) -> [Page] { //What is the predicate should I use to achieve this ? } ``` Thank you for your explanations. Best regards, ![Capture d’écran 2019-12-17 à 13 59 59](https://user-images.githubusercontent.com/3692744/70999245-5092a000-20d9-11ea-9d20-a46357a30ca6.png)
adam closed this issue 2025-12-29 15:28:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#298