Build a Movie Search with Cast and Crew
1.6 · Challenge

Build a Movie Search with Cast and Crew

In this challenge, you will combine everything from the lab —search operators, relevance scoring, and graph Full definition for traversal (opens in a new tab)Following relationships from one node to the next to reach other parts of a graph. —into a single query that returns rich movie results.

Write a query that searches for movies using a search operator, filters by relevance score, and enriches each result with cast and crew data using list comprehensions.