Skip to content

Commit

Permalink
Update learn/inner_workings/datatypes.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Renault <[email protected]>
  • Loading branch information
guimachiavelli and Kerollmops authored Oct 19, 2023
1 parent 4f4c748 commit 8945ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/inner_workings/datatypes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ curl \
-H 'Content-Type: application/json' \
--data-binary '{
"q": "",
"filter": "(appointments.date CONTAINS 2022-01-01 AND appointments.doctor CONTAINS 'Jester Lavorre')"
"filter": "(appointments.date = 2022-01-01 AND appointments.doctor = 'Jester Lavorre')"
}'
```

Expand Down

0 comments on commit 8945ff7

Please sign in to comment.