Skip to content

Commit 7c8af6e

Browse files
Update database-actions.md (#57)
* Update database-actions.md Added this :::info Additional Note: Currently, you can only add "and" conditions to Supabase query filters. If you want to add an "or" filter like "status == 5 or status == 8", you can consider logic to apply "status in (5,8)" or any other logic. Fully customizable using API calls or custom actions. ::: * Add p tag before info admonition --------- Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent ccfd3d7 commit 7c8af6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/integrations/database/Supabase/database-actions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@ You could choose the order based on your requirements. For example, to show assi
194194
<div class="video-container"><iframe src="https://www.loom.
195195
com/embed/244eea2a4f694120b08524b7b8cf67de?sid=13d47ef5-5d48-4986-88da-d335ce23bd06" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
196196

197-
197+
<p></p>
198+
:::info
199+
Additional Note: Currently, you can only add "and" conditions to Supabase query filters. If you want to add an "or" filter like "status == 5 or status == 8", you can consider logic to apply "status in (5,8)" or any other logic. Fully customizable using API calls or custom actions.
200+
:::
198201

199202

200203

0 commit comments

Comments
 (0)