DEBUG MODE - FILM TITLES SEARCH
Search query: 'dont open that door'
Database connected: YES
SQL:
SELECT id, title, original_title, year, poster_url,
CASE
WHEN title LIKE '%dont open that door%' THEN 1
WHEN original_title LIKE '%dont open that door%' THEN 2
ELSE 3
END as relevance
FROM films
WHERE title LIKE '%dont open that door%' OR original_title LIKE '%dont open that door%'
ORDER BY relevance ASC, year DESC
LIMIT 20
Search term: %dont open that door%
Results found: 0
Search Titles: dont open that door - Short Movie Database
No films found matching "dont open that door"
Try checking your spelling or using different keywords.