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