Closed the0s closed 6 years ago
Is there a way to query if a certain string is in an array? arrayAttr= ["one", "two", "three"]
.filter(arrayAttr__in = "one") ?
This doesn't seem to work!
Is there a way to query if a certain string is in an array? arrayAttr= ["one", "two", "three"]
.filter(arrayAttr__in = "one") ?
This doesn't seem to work!