-
-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Code
...
final class ModuleAsset: ModelAlias {
static let name = "moduleasset"
let model = Asset()
}
...
.filter(ModuleAsset.self, \.$name != participantmoduleName)
...Error
Operator function '!~' requires that 'ModuleAsset' conform to 'Model'
summary
expected to filter on a contains filter. contains does not.
i tried:
- comparison filter (
==) works fine
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working