Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/chapters/chapter-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Of course, in this case, you could just as well use two distinct inputs instead:

## Collections

You can use collection destructuring to implement a kind of logical **or** in your query. Say you want to find all movies directed by either James Cameron **or** Ridley Scott:
You can use collection destructuring to implement a kind of logical **or** in your query. Say you want to find all movies directed by either James Cameron **or** Ridley Scott. You would use the vector `["James Cameron" "Ridley Scott"]` as input to the following query:

[:find ?title
:in $ [?director ...]
Expand Down