#community-help

Querying Multiple Fields in Flutter Package

TLDR Rude asked how to query by multiple fields in a flutter package. Kishore Nallan guided to send a comma separated string containing those fields.

Powered by Struct AI

1

3
15mo
Solved
Join the chat
Jul 27, 2022 (15 months ago)
Rude
Photo of md5-001a6b8b05601dc8ac56c5f364768cc1
Rude
08:28 AM
For the flutter package, how do i query by multiple fields? In this case id like to query by 'name' and 'handle'.
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
08:37 AM
Send a comma separated string 'handle,name'

1

Rude
Photo of md5-001a6b8b05601dc8ac56c5f364768cc1
Rude
06:29 PM
Oh wow that was alot easier than i thought 😅