Skip to content

Commit 2995e2f

Browse files
authored
Merge pull request #231 from FlutterFlow/pinkesh/supabase-or-filter
Added AND OR Filter info for Supabase and Firebase
2 parents a46b428 + 02b2af8 commit 2995e2f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/ff-integrations/database/cloud-firestore/firestore-actions.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,9 @@ To add a filter when querying a collection:
189189

190190

191191
:::info
192-
Select a filter relation that aligns with your specific needs. For instance, if you wish to display only incomplete todos, you can create a field named 'isDone,' set the relation to 'Equal To,' and define the value as 'False.'
193-
194-
Another example would be to showcase users older than 30; in this case, you'd create a 'Age' field, set the relation to 'Greater Than,' and specify the value as 30.
195-
192+
- Select a filter relation that aligns with your specific needs. For instance, if you wish to display only incomplete todos, you can create a field named 'isDone,' set the relation to 'Equal To,' and define the value as 'False.'
193+
- Another example would be to showcase users older than 30; in this case, you'd create a 'Age' field, set the relation to 'Greater Than,' and specify the value as 30.
194+
- You can combine multiple filters using **AND** or **OR** operators to create more advanced filtering logic. This enables you to refine your data query to match specific conditions.
196195
:::
197196

198197
<div class="video-container"><iframe src="https://www.loom.

docs/ff-integrations/database/supabase/database-actions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ You could choose a filter relation based on your requirements. For example:
187187
- Example: `'A__'` matches any three-character string starting with `'A'` (e.g., `'Ant'`, `'Art'`).
188188
:::
189189

190+
:::info
191+
You can combine multiple filters using **AND** or **OR** operators to create more advanced filtering logic. This enables you to refine your data query to match specific conditions.
192+
:::
193+
190194
<div class="video-container"><iframe src="https://www.loom.
191195
com/embed/b5a62eac1f5d4d9698d30b064c395326?sid=4e8c4972-7fac-4c9b-b495-c9f0cb783717" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
192196

0 commit comments

Comments
 (0)