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.