milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
515 stars 184 forks source link

Query for string in array #174

Closed the0s closed 6 years ago

the0s commented 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!