How do I write a predicate to compare multiple many to many items to each other?
I am trying to return a list of items that may match multiple tags
What is causing a memory leak when including an arbitrary predicate filter?
Edit: I have figured out the memory use is continuously increasing. Just need to figure out why…
What is causing a memory leak when including an arbitrary predicate filter?
Edit: I have figured out the memory use is continuously increasing. Just need to figure out why…
Swift #Predicate macro doesn’t build with Array.contains()
DocumentModel
contains tags relationship to TagModel
. A View receives selectedTag. Predicate (as part of @Query) should filter documents that have given tag.