For the flutter package, how do i query by multipl...
# community-help
r
For the flutter package, how do i query by multiple fields? In this case id like to query by 'name' and 'handle'.
k
Send a comma separated string
'handle,name'
👍 1
r
Oh wow that was alot easier than i thought 😅